From 4a4af1dfd39967db0172a2dd5cd50d7c151123b7 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Fri, 15 Jan 2016 22:54:20 -0800 Subject: [PATCH] Bug 1240252: Add missing "mozilla::" namespace prefix before usage of type LayoutDeviceIntRegion, to fix local build bustage. r=njn --- widget/nsShmImage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/nsShmImage.h b/widget/nsShmImage.h index ae755c8e16c..a0cd94a22ed 100644 --- a/widget/nsShmImage.h +++ b/widget/nsShmImage.h @@ -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