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

Unified Diff: ui/views/mouse_watcher.h

Issue 9609016: Initial cut at multi-window resize code. There's still some TODOs, but (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 10 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
Index: ui/views/mouse_watcher.h
diff --git a/ui/views/mouse_watcher.h b/ui/views/mouse_watcher.h
index eb82e798d59a35e0a1a8a49ee0d257364491ced0..d3cb62ae3a82d329896adc96dd0da9bb109d73a8 100644
--- a/ui/views/mouse_watcher.h
+++ b/ui/views/mouse_watcher.h
@@ -40,10 +40,10 @@ class VIEWS_EXPORT MouseWatcherHost {
};
virtual ~MouseWatcherHost();
+
// Return false when the mouse has moved outside the monitored region.
- virtual bool Contains(
- const gfx::Point& screen_point,
- MouseEventType type) = 0;
+ virtual bool Contains(const gfx::Point& screen_point,
+ MouseEventType type) = 0;
};
// MouseWatcher is used to watch mouse movement and notify its listener when the

Powered by Google App Engine
This is Rietveld 408576698