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

Unified Diff: services/ui/public/cpp/tests/test_window_tree.cc

Issue 2248263003: Updates PointerEventRouter to handle switching move type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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
Index: services/ui/public/cpp/tests/test_window_tree.cc
diff --git a/services/ui/public/cpp/tests/test_window_tree.cc b/services/ui/public/cpp/tests/test_window_tree.cc
index 980eefd23e7c19728bc538cbaaa15e65d83f4626..4fa2e80093e47dd53f47165f607a0a87a366eb98 100644
--- a/services/ui/public/cpp/tests/test_window_tree.cc
+++ b/services/ui/public/cpp/tests/test_window_tree.cc
@@ -124,8 +124,7 @@ void TestWindowTree::ReleaseCapture(uint32_t change_id, uint32_t window_id) {
change_id_ = change_id;
}
-void TestWindowTree::StartPointerWatcher(bool want_moves,
- uint32_t pointer_watcher_id) {}
+void TestWindowTree::StartPointerWatcher(bool want_moves) {}
void TestWindowTree::StopPointerWatcher() {}
« no previous file with comments | « services/ui/public/cpp/tests/test_window_tree.h ('k') | services/ui/public/cpp/tests/window_tree_client_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698