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

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

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
« no previous file with comments | « no previous file | services/ui/public/cpp/tests/test_window_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/tests/test_window_tree.h
diff --git a/services/ui/public/cpp/tests/test_window_tree.h b/services/ui/public/cpp/tests/test_window_tree.h
index 8027ebc24465cba8ca6c6e99532cca90b221f4d6..94972ea959fdbcddcafe3ea76c4231e7711be84c 100644
--- a/services/ui/public/cpp/tests/test_window_tree.h
+++ b/services/ui/public/cpp/tests/test_window_tree.h
@@ -78,8 +78,7 @@ class TestWindowTree : public mojom::WindowTree {
const GetWindowTreeCallback& callback) override;
void SetCapture(uint32_t change_id, uint32_t window_id) override;
void ReleaseCapture(uint32_t change_id, uint32_t window_id) override;
- void StartPointerWatcher(bool want_moves,
- uint32_t pointer_watcher_id) override;
+ void StartPointerWatcher(bool want_moves) override;
void StopPointerWatcher() override;
void Embed(uint32_t window_id,
mojom::WindowTreeClientPtr client,
« no previous file with comments | « no previous file | services/ui/public/cpp/tests/test_window_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698