Index: ui/aura/root_window.cc |
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc |
index 5430d5a3ddcdf67dd365501abce52904c722a8e4..6566e1cd9906fefd43516832f9189e12e695a353 100644 |
--- a/ui/aura/root_window.cc |
+++ b/ui/aura/root_window.cc |
@@ -120,6 +120,7 @@ RootWindow::RootWindow(const gfx::Rect& initial_bounds) |
mouse_pressed_handler_(NULL), |
mouse_moved_handler_(NULL), |
mouse_event_dispatch_target_(NULL), |
+ focus_manager_(NULL), |
ALLOW_THIS_IN_INITIALIZER_LIST( |
gesture_recognizer_(ui::GestureRecognizer::Create(this))), |
synthesize_mouse_move_(false), |