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

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

Issue 2685883003: chromeos: converts observed pointer events to DIPs (Closed)
Patch Set: merge Created 3 years, 10 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/ws/window_manager_state_unittest.cc ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server.h
diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
index 32fc0d66a2271e61eed14545a9087e5fc84f1f6e..26bcfbd5436ce3c462811b433cecb10b64d97d14 100644
--- a/services/ui/ws/window_server.h
+++ b/services/ui/ws/window_server.h
@@ -195,7 +195,8 @@ class WindowServer : public ServerWindowDelegate,
void SendToPointerWatchers(const ui::Event& event,
const UserId& user_id,
ServerWindow* target_window,
- WindowTree* ignore_tree);
+ WindowTree* ignore_tree,
+ int64_t display_id);
// Sets a callback to be called whenever a ServerWindow is scheduled for
// a [re]paint. This should only be called in a test configuration.
« no previous file with comments | « services/ui/ws/window_manager_state_unittest.cc ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698