зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1240252: Add missing "mozilla::" namespace prefix before usage of type LayoutDeviceIntRegion, to fix local build bustage. r=njn
This commit is contained in:
Родитель
a54a44b9e0
Коммит
b5484bb7fc
|
@ -61,7 +61,7 @@ public:
|
|||
|
||||
#ifdef MOZ_WIDGET_GTK
|
||||
void Put(Display* aDisplay, Drawable aWindow,
|
||||
const LayoutDeviceIntRegion& aRegion);
|
||||
const mozilla::LayoutDeviceIntRegion& aRegion);
|
||||
#elif defined(MOZ_WIDGET_QT)
|
||||
void Put(QWindow* aWindow, QRect& aRect);
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче