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

Unified Diff: services/ui/ws/test_change_tracker.h

Issue 2696873002: Change OnWindowInputEvent to use display_id to find the host and update event root_location in WS. (Closed)
Patch Set: nits Created 3 years, 9 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/ws/test_change_tracker.cc » ('j') | services/ui/ws/window_tree.cc » ('J')
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 3421441e176176f57baa3e9ee5af7a6ac8b925df..8cb0a7839357b7ff3e95054e888848dc048de2c4 100644
--- a/services/ui/ws/test_change_tracker.h
+++ b/services/ui/ws/test_change_tracker.h
@@ -80,6 +80,7 @@ struct Change {
base::Optional<cc::LocalSurfaceId> local_surface_id;
int32_t event_action;
bool matches_pointer_watcher;
+ gfx::Point event_root_location;
std::string embed_url;
mojom::OrderDirection direction;
bool bool_value;
« no previous file with comments | « no previous file | services/ui/ws/test_change_tracker.cc » ('j') | services/ui/ws/window_tree.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698