diff --git a/gfx/layers/basic/BasicLayers.cpp b/gfx/layers/basic/BasicLayers.cpp index d3b4fe90d039..2ec4e87affb0 100644 --- a/gfx/layers/basic/BasicLayers.cpp +++ b/gfx/layers/basic/BasicLayers.cpp @@ -319,7 +319,7 @@ BasicThebesLayer::Paint(gfxContext* aContext, } PRUint32 flags = 0; - if (UseOpaqueSurface(this) && aOpacity == 1.0) { + if (UseOpaqueSurface(this)) { flags |= ThebesLayerBuffer::OPAQUE_CONTENT; }