Bug 1240252: Add missing "mozilla::" namespace prefix before usage of type LayoutDeviceIntRegion, to fix local build bustage. r=njn

This commit is contained in:
Daniel Holbert 2016-01-15 22:54:20 -08:00
parent d5f02394ad
commit 4a4af1dfd3

View File

@ -61,7 +61,7 @@ public:
#ifdef MOZ_WIDGET_GTK #ifdef MOZ_WIDGET_GTK
void Put(Display* aDisplay, Drawable aWindow, void Put(Display* aDisplay, Drawable aWindow,
const LayoutDeviceIntRegion& aRegion); const mozilla::LayoutDeviceIntRegion& aRegion);
#elif defined(MOZ_WIDGET_QT) #elif defined(MOZ_WIDGET_QT)
void Put(QWindow* aWindow, QRect& aRect); void Put(QWindow* aWindow, QRect& aRect);
#endif #endif