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

Unified Diff: mash/wm/root_window_controller.cc

Issue 1921673005: mus: Add PointerWatcher for passively observing mouse and touch events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « mash/wm/root_window_controller.h ('k') | mash/wm/window_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/root_window_controller.cc
diff --git a/mash/wm/root_window_controller.cc b/mash/wm/root_window_controller.cc
index 195f8368ed32865b744b104c70dd605d98495232..5a07a2684e60ac29220db7215d31c3c5be14e5e3 100644
--- a/mash/wm/root_window_controller.cc
+++ b/mash/wm/root_window_controller.cc
@@ -157,6 +157,10 @@ void RootWindowController::OnConnectionLost(
delete this;
}
+void RootWindowController::OnEventObserved(const ui::Event& event) {
+ // Does not use EventObservers.
+}
+
void RootWindowController::OnWindowDestroyed(mus::Window* window) {
DCHECK_EQ(window, root_);
app_->OnRootWindowDestroyed(this);
« no previous file with comments | « mash/wm/root_window_controller.h ('k') | mash/wm/window_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698