mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1240252: Add missing "mozilla::" namespace prefix before usage of type LayoutDeviceIntRegion, to fix local build bustage. r=njn
This commit is contained in:
parent
d5f02394ad
commit
4a4af1dfd3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user