mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout c99d15a060e2 for causing windows Ru reftest failures.
This commit is contained in:
parent
2669485799
commit
fca0302756
@ -888,7 +888,7 @@ public:
|
||||
return mOpaqueRect;
|
||||
}
|
||||
|
||||
virtual void SetPermitSubpixelAA(bool aPermitSubpixelAA) {
|
||||
void SetPermitSubpixelAA(bool aPermitSubpixelAA) {
|
||||
mPermitSubpixelAA = aPermitSubpixelAA;
|
||||
}
|
||||
|
||||
|
@ -843,14 +843,6 @@ DrawTargetCairo::Fill(const Path *aPath,
|
||||
DrawPattern(aPattern, StrokeOptions(), aOptions, DRAW_FILL);
|
||||
}
|
||||
|
||||
void
|
||||
DrawTargetCairo::SetPermitSubpixelAA(bool aPermitSubpixelAA)
|
||||
{
|
||||
DrawTarget::SetPermitSubpixelAA(aPermitSubpixelAA);
|
||||
cairo_surface_set_subpixel_antialiasing(mSurface,
|
||||
aPermitSubpixelAA ? CAIRO_SUBPIXEL_ANTIALIASING_ENABLED : CAIRO_SUBPIXEL_ANTIALIASING_DISABLED);
|
||||
}
|
||||
|
||||
void
|
||||
DrawTargetCairo::FillGlyphs(ScaledFont *aFont,
|
||||
const GlyphBuffer &aBuffer,
|
||||
|
@ -60,8 +60,6 @@ public:
|
||||
virtual TemporaryRef<SourceSurface> Snapshot();
|
||||
virtual IntSize GetSize();
|
||||
|
||||
virtual void SetPermitSubpixelAA(bool aPermitSubpixelAA);
|
||||
|
||||
virtual bool LockBits(uint8_t** aData, IntSize* aSize,
|
||||
int32_t* aStride, SurfaceFormat* aFormat);
|
||||
virtual void ReleaseBits(uint8_t* aData);
|
||||
|
Loading…
Reference in New Issue
Block a user