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

Unified Diff: services/ui/ws/test_change_tracker.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 | « services/ui/public/interfaces/window_tree.mojom ('k') | services/ui/ws/test_change_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_change_tracker.h
diff --git a/services/ui/ws/test_change_tracker.h b/services/ui/ws/test_change_tracker.h
index 64f08cb9014cdb93009e5f9bed2c367de8520f43..cbc06562dbac68e501ad86807f5ce54f0b1c50da 100644
--- a/services/ui/ws/test_change_tracker.h
+++ b/services/ui/ws/test_change_tracker.h
@@ -78,7 +78,7 @@ struct Change {
gfx::Rect bounds;
gfx::Rect bounds2;
int32_t event_action;
- uint32_t pointer_watcher_id;
+ bool matches_pointer_watcher;
mojo::String embed_url;
mojom::OrderDirection direction;
bool bool_value;
@@ -157,9 +157,8 @@ class TestChangeTracker {
void OnWindowParentDrawnStateChanged(Id window_id, bool drawn);
void OnWindowInputEvent(Id window_id,
const ui::Event& event,
- uint32_t pointer_watcher_id);
+ bool matches_pointer_watcher);
void OnPointerEventObserved(const ui::Event& event,
- uint32_t pointer_watcher_id,
uint32_t window_id);
void OnWindowSharedPropertyChanged(Id window_id,
mojo::String name,
« no previous file with comments | « services/ui/public/interfaces/window_tree.mojom ('k') | services/ui/ws/test_change_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698