Index: ui/aura/desktop.cc |
diff --git a/ui/aura/desktop.cc b/ui/aura/desktop.cc |
index 59cd9623729825fcb0851b88430012b3bb84850a..26e5b3cb0314c44e7863e5d9876dea837b401455 100644 |
--- a/ui/aura/desktop.cc |
+++ b/ui/aura/desktop.cc |
@@ -24,6 +24,7 @@ |
#include "ui/aura/window.h" |
#include "ui/aura/window_delegate.h" |
#include "ui/base/hit_test.h" |
+#include "ui/base/ime/input_method.h" |
#include "ui/gfx/compositor/compositor.h" |
#include "ui/gfx/compositor/layer.h" |
#include "ui/gfx/compositor/layer_animator.h" |
@@ -613,4 +614,8 @@ gfx::Rect Desktop::GetInitialHostWindowBounds() const { |
return bounds; |
} |
+ui::InputMethod* Desktop::GetInputMethod() { |
+ return host_->GetInputMethod(); |
+} |
+ |
} // namespace aura |