зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1000640 - Death to whitespace. - r=mattwoodrow
This commit is contained in:
Родитель
188fa937c6
Коммит
16549b9f87
|
@ -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
|
||||
|
|
|
@ -831,7 +831,7 @@ public:
|
|||
Mutated();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void DeprecatedSetMixBlendMode(gfxContext::GraphicsOperator aMixBlendMode)
|
||||
{
|
||||
SetMixBlendMode(gfx::CompositionOpForOp(aMixBlendMode));
|
||||
|
@ -845,7 +845,7 @@ public:
|
|||
Mutated();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
bool GetForceIsolatedGroup() const
|
||||
{
|
||||
return mForceIsolatedGroup;
|
||||
|
@ -1249,13 +1249,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"; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче