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

Unified Diff: mash/wm/window_manager_unittest.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.cc ('k') | ui/views/mus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager_unittest.cc
diff --git a/mash/wm/window_manager_unittest.cc b/mash/wm/window_manager_unittest.cc
index 24720dcd051f46c6faeaeadfdaffbae01db88f32..932e49d2e23f11690173561972f114ffc7d08bfa 100644
--- a/mash/wm/window_manager_unittest.cc
+++ b/mash/wm/window_manager_unittest.cc
@@ -29,6 +29,7 @@ class WindowTreeDelegateImpl : public mus::WindowTreeDelegate {
// mus::WindowTreeDelegate:
void OnEmbed(mus::Window* root) override {}
void OnConnectionLost(mus::WindowTreeConnection* connection) override {}
+ void OnEventObserved(const ui::Event& event) override {}
DISALLOW_COPY_AND_ASSIGN(WindowTreeDelegateImpl);
};
« no previous file with comments | « mash/wm/root_window_controller.cc ('k') | ui/views/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698