mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1000640 - Death to whitespace. - r=mattwoodrow
This commit is contained in:
parent
0cb400b638
commit
3d1f5ae620
@ -107,7 +107,7 @@ random-if(B2G) random-if(Android&&AndroidVersion<15) == webgl-color-test.html?_
|
||||
random-if(B2G) random-if(Android&&AndroidVersion<15) == webgl-color-test.html?aa&_____&depth&premult&________&stencil wrapper.html?colors.png # Bug 844439
|
||||
random-if(gtk2Widget) random-if(B2G) random-if(Android&&AndroidVersion<15) == webgl-color-test.html?__&alpha&depth&premult&________&stencil wrapper.html?colors.png # Bug 844439
|
||||
random-if(gtk2Widget) random-if(B2G) random-if(Android&&AndroidVersion<15) == webgl-color-test.html?aa&alpha&depth&premult&________&stencil wrapper.html?colors.png # Bug 844439
|
||||
|
||||
|
||||
random-if(B2G) random-if(Android&&AndroidVersion<15) == webgl-color-test.html?__&_____&_____&_______&preserve&stencil wrapper.html?colors.png # Bug 844439
|
||||
random-if(B2G) random-if(Android&&AndroidVersion<15) == webgl-color-test.html?aa&_____&_____&_______&preserve&stencil wrapper.html?colors.png # Bug 844439
|
||||
random-if(gtk2Widget) random-if(B2G) random-if(Android&&AndroidVersion<15) == webgl-color-test.html?__&alpha&_____&_______&preserve&stencil wrapper.html?colors.png # Bug 844439
|
||||
|
@ -842,7 +842,7 @@ public:
|
||||
Mutated();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void DeprecatedSetMixBlendMode(gfxContext::GraphicsOperator aMixBlendMode)
|
||||
{
|
||||
SetMixBlendMode(gfx::CompositionOpForOp(aMixBlendMode));
|
||||
@ -856,7 +856,7 @@ public:
|
||||
Mutated();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
bool GetForceIsolatedGroup() const
|
||||
{
|
||||
return mForceIsolatedGroup;
|
||||
@ -1260,13 +1260,13 @@ public:
|
||||
* to and excluding the nearest ancestor that has UseIntermediateSurface() set.
|
||||
*/
|
||||
float GetEffectiveOpacity();
|
||||
|
||||
|
||||
/**
|
||||
* Returns the blendmode of this layer.
|
||||
*/
|
||||
gfx::CompositionOp GetEffectiveMixBlendMode();
|
||||
gfxContext::GraphicsOperator DeprecatedGetEffectiveMixBlendMode();
|
||||
|
||||
|
||||
/**
|
||||
* This returns the effective transform computed by
|
||||
* ComputeEffectiveTransforms. Typically this is a transform that transforms
|
||||
|
@ -474,7 +474,7 @@ BasicCompositor::EndFrame()
|
||||
RefPtr<DrawTarget> dest(mTarget ? mTarget : mDrawTarget);
|
||||
|
||||
nsIntPoint offset = mTarget ? mTargetBounds.TopLeft() : nsIntPoint();
|
||||
|
||||
|
||||
// The source DrawTarget is clipped to the invalidation region, so we have
|
||||
// to copy the individual rectangles in the region or else we'll draw blank
|
||||
// pixels.
|
||||
|
@ -136,7 +136,7 @@ ClientCanvasLayer::RenderLayer()
|
||||
if (GetMaskLayer()) {
|
||||
ToClientLayer(GetMaskLayer())->RenderLayer();
|
||||
}
|
||||
|
||||
|
||||
if (!mCanvasClient) {
|
||||
TextureFlags flags = TextureFlags::IMMEDIATE_UPLOAD;
|
||||
if (mNeedsYFlip) {
|
||||
@ -161,7 +161,7 @@ ClientCanvasLayer::RenderLayer()
|
||||
ClientManager()->AsShadowForwarder()->Attach(mCanvasClient, this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
FirePreTransactionCallback();
|
||||
mCanvasClient->Update(gfx::IntSize(mBounds.width, mBounds.height), this);
|
||||
|
||||
|
@ -438,7 +438,7 @@ public:
|
||||
// to forget about the shmem _without_ releasing it.
|
||||
virtual void OnShutdown() {}
|
||||
|
||||
// Forget buffer actor. Used only for hacky fix for bug 966446.
|
||||
// Forget buffer actor. Used only for hacky fix for bug 966446.
|
||||
virtual void ForgetBufferActor() {}
|
||||
|
||||
virtual const char *Name() { return "TextureHost"; }
|
||||
|
Loading…
Reference in New Issue
Block a user