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

Unified Diff: ash/common/pointer_watcher_delegate.h

Issue 2231533004: Pointer watcher modifications to support laser pointer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Initial patch. Created 4 years, 4 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: ash/common/pointer_watcher_delegate.h
diff --git a/ash/common/pointer_watcher_delegate.h b/ash/common/pointer_watcher_delegate.h
index 75f873894219b86e79ed6e985632e54ba5c3bae1..741473e5a4d863d26d159675e86096552c232291 100644
--- a/ash/common/pointer_watcher_delegate.h
+++ b/ash/common/pointer_watcher_delegate.h
@@ -18,7 +18,8 @@ class ASH_EXPORT PointerWatcherDelegate {
public:
virtual ~PointerWatcherDelegate() {}
- virtual void AddPointerWatcher(views::PointerWatcher* watcher) = 0;
+ virtual void AddPointerWatcher(views::PointerWatcher* watcher,
+ bool wants_moves = false) = 0;
virtual void RemovePointerWatcher(views::PointerWatcher* watcher) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698