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

Unified Diff: ash/shell.h

Issue 2235363003: Wires up WmShellMus::Add/RemovePointerWatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pointer_watcher_capture
Patch Set: merge to tot again 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
« no previous file with comments | « ash/pointer_watcher_delegate_aura.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 84c602711c7622b5e36241953e769ae9a7dc4fe4..251cf77b9e53ab312ecca020bc2126144f4c0809 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -256,7 +256,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)
« no previous file with comments | « ash/pointer_watcher_delegate_aura.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698