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

Unified Diff: ui/aura/window_tree_host.cc

Issue 191223007: Move touch CTM from X into Chrome (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rework Created 6 years, 8 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: ui/aura/window_tree_host.cc
diff --git a/ui/aura/window_tree_host.cc b/ui/aura/window_tree_host.cc
index 39f4c95f95145820e4873384419d2e3f64ec22a3..957000e341e658827295331176d580ec8100365d 100644
--- a/ui/aura/window_tree_host.cc
+++ b/ui/aura/window_tree_host.cc
@@ -174,7 +174,9 @@ void WindowTreeHost::MoveCursorToHostLocation(const gfx::Point& host_location) {
WindowTreeHost::WindowTreeHost()
: window_(new Window(NULL)),
- last_cursor_(ui::kCursorNull) {
+ last_cursor_(ui::kCursorNull),
+ display_ids_(std::make_pair(gfx::Display::kInvalidDisplayID,
+ gfx::Display::kInvalidDisplayID)) {
}
void WindowTreeHost::DestroyCompositor() {

Powered by Google App Engine
This is Rietveld 408576698