Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index 06755667fb240b3e255fba9dde1abe87ac2d72df..e376599df412bdf38407846056881aa517d279a9 100644 |
--- a/ui/aura/root_window.h |
+++ b/ui/aura/root_window.h |
@@ -117,6 +117,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
// Invoked when the cursor's visibility has changed. |
void OnCursorVisibilityChanged(bool visible); |
+ // Invoked when the mouse events get enabled or disabled. |
+ void OnMouseEventsEnableStateChanged(bool enabled); |
+ |
// Moves the cursor to the specified location relative to the root window. |
virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE; |
@@ -256,7 +259,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
virtual void ReleaseNativeCapture() OVERRIDE; |
// Exposes RootWindowHost::QueryMouseLocation() for test purposes. |
- gfx::Point QueryMouseLocationForTest() const; |
+ bool QueryMouseLocationForTest(gfx::Point* point) const; |
private: |
friend class Window; |