Bug 685395 followup: Use mozilla::widget namespace in gtk2/nsWindow.cpp, to fix build error on gcc 4.6 r=roc

This commit is contained in:
Daniel Holbert 2011-11-28 12:35:19 -08:00
parent c864603bb4
commit 6022e3b581

View File

@ -174,6 +174,7 @@ D_DEBUG_DOMAIN( ns_Window, "nsWindow", "nsWindow" );
#endif #endif
using namespace mozilla; using namespace mozilla;
using namespace mozilla::widget;
using mozilla::gl::GLContext; using mozilla::gl::GLContext;
using mozilla::layers::LayerManagerOGL; using mozilla::layers::LayerManagerOGL;