Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: ui/aura/root_window.h

Issue 11956019: Merge 173933 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/env.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.h
===================================================================
--- ui/aura/root_window.h (revision 177177)
+++ ui/aura/root_window.h (working copy)
@@ -117,6 +117,9 @@
// 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 @@
virtual void ReleaseNativeCapture() OVERRIDE;
// Exposes RootWindowHost::QueryMouseLocation() for test purposes.
- gfx::Point QueryMouseLocationForTest() const;
+ bool QueryMouseLocationForTest(gfx::Point* point) const;
private:
friend class Window;
« no previous file with comments | « ui/aura/env.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698