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

Unified Diff: ash/shell.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/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index d86fd28b1927842502e6308b0062a3b6b482da30..6ee6ea8ff3692b5b0b0713466fff41fd202f5bcd 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -259,7 +259,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Show shelf view if it was created hidden (before session has started).
void ShowShelf();
- void AddPointerWatcher(views::PointerWatcher* watcher);
+ void AddPointerWatcher(views::PointerWatcher* watcher, bool wants_moves);
void RemovePointerWatcher(views::PointerWatcher* watcher);
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698