Bug 1128934 followup: Add "mozilla::" namespace prefix to fix build bustage (hidden by unified builds on some systems) in nsWindow.h. rs=nical

CLOSED TREE
This commit is contained in:
Daniel Holbert 2015-03-09 11:12:20 -07:00
parent 829fec05df
commit a1ce11ed38

View File

@ -126,7 +126,7 @@ public:
NS_IMETHOD SetFocus(bool aRaise = false) MOZ_OVERRIDE;
NS_IMETHOD GetScreenBounds(nsIntRect &aRect) MOZ_OVERRIDE;
NS_IMETHOD GetClientBounds(nsIntRect &aRect) MOZ_OVERRIDE;
virtual gfx::IntSize GetClientSize() MOZ_OVERRIDE;
virtual mozilla::gfx::IntSize GetClientSize() MOZ_OVERRIDE;
virtual nsIntPoint GetClientOffset() MOZ_OVERRIDE;
NS_IMETHOD SetCursor(nsCursor aCursor) MOZ_OVERRIDE;
NS_IMETHOD SetCursor(imgIContainer* aCursor,