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() { |