Fixing bustage

This commit is contained in:
Robert O'Callahan 2008-10-29 22:48:16 -07:00
parent e89bdbc526
commit e031c567bf

View File

@ -5878,7 +5878,7 @@ PRBool nsWindow::OnPaint(HDC aDC)
#endif
nsRefPtr<gfxContext> thebesContext = new gfxContext(targetSurface);
thebesContext->SetFlag(FLAG_DESTINED_FOR_SCREEN);
thebesContext->SetFlag(gfxContext::FLAG_DESTINED_FOR_SCREEN);
#ifdef MOZ_XUL
if (eTransparencyGlass == mTransparencyMode && nsUXThemeData::sHaveCompositor) {