Followup to bug 573829: Clean up a chunk of .rej vomit that just so happened to be syntactically correct and not change semantics. r=vlad

This commit is contained in:
Chris Jones 2010-07-29 14:15:13 -05:00
parent 158363a9b9
commit 74fa6ec682

View File

@ -392,7 +392,7 @@ ThebesLayerOGL::RenderLayer(int /*unused aPreviousFrameBuffer*/,
gl()->fActiveTexture(LOCAL_GL_TEXTURE0);
TextureImage::ContentType contentType =
+ CanUseOpaqueSurface() ? gfxASurface::CONTENT_COLOR :
CanUseOpaqueSurface() ? gfxASurface::CONTENT_COLOR :
gfxASurface::CONTENT_COLOR_ALPHA;
Buffer::PaintState state = mBuffer->BeginPaint(contentType);
mValidRegion.Sub(mValidRegion, state.mRegionToInvalidate);