From 79fe3a25fc8eccf6887dc6dee31de72530592792 Mon Sep 17 00:00:00 2001 From: Robert O'Callahan Date: Wed, 29 Oct 2008 22:48:16 -0700 Subject: [PATCH] Fixing bustage --- widget/src/windows/nsWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/windows/nsWindow.cpp b/widget/src/windows/nsWindow.cpp index 23560157c04..1f2ef0fc669 100644 --- a/widget/src/windows/nsWindow.cpp +++ b/widget/src/windows/nsWindow.cpp @@ -5878,7 +5878,7 @@ PRBool nsWindow::OnPaint(HDC aDC) #endif nsRefPtr 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) {