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

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

Issue 2778943005: Keep root_location to be in pixels and display coordinates in WS. (Closed)
Patch Set: TODO Created 3 years, 7 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/ws/test_utils.h
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
index b5a9886d49b5afeea96ffad4d576f2c728e8f16c..6706cec8afce61c8f381d3e76af5cd58e7dadc0a 100644
--- a/services/ui/ws/test_utils.h
+++ b/services/ui/ws/test_utils.h
@@ -207,9 +207,11 @@ class WindowManagerStateTestApi {
void DispatchInputEventToWindow(ServerWindow* target,
ClientSpecificId client_id,
+ const int64_t display_id,
const ui::Event& event,
Accelerator* accelerator) {
- wms_->DispatchInputEventToWindow(target, client_id, event, accelerator);
+ wms_->DispatchInputEventToWindow(target, client_id, display_id, event,
+ accelerator);
}
ClientSpecificId GetEventTargetClientId(ServerWindow* window,

Powered by Google App Engine
This is Rietveld 408576698