| Index: ui/aura/root_window.cc
|
| diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
|
| index bf646fcf0b0d279513965db3f1347098ab8e5d13..30da589c317a46cda39a89445eceb318419792d5 100644
|
| --- a/ui/aura/root_window.cc
|
| +++ b/ui/aura/root_window.cc
|
| @@ -411,7 +411,8 @@ RootWindow::RootWindow()
|
| mouse_pressed_handler_(NULL),
|
| mouse_moved_handler_(NULL),
|
| focused_window_(NULL),
|
| - touch_event_handler_(NULL) {
|
| + touch_event_handler_(NULL),
|
| + input_method_(NULL) {
|
| SetName("RootWindow");
|
| gfx::Screen::SetInstance(screen_);
|
| host_->SetRootWindow(this);
|
|
|