Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h |
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h |
index 85a0a3a28ecbfd89429e33c71b310145a66b9227..394e4a9113a738a09bd66f247c5af96c7b40d7d2 100644 |
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h |
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h |
@@ -121,6 +121,7 @@ class VIEWS_EXPORT DesktopNativeWidgetAura |
virtual bool HasCapture() const OVERRIDE; |
virtual InputMethod* CreateInputMethod() OVERRIDE; |
virtual internal::InputMethodDelegate* GetInputMethodDelegate() OVERRIDE; |
+ virtual ui::InputMethod* GetHostInputMethod() OVERRIDE; |
virtual void CenterWindow(const gfx::Size& size) OVERRIDE; |
virtual void GetWindowPlacement( |
gfx::Rect* bounds, |
@@ -295,7 +296,6 @@ class VIEWS_EXPORT DesktopNativeWidgetAura |
scoped_ptr<wm::WindowModalityController> |
window_modality_controller_; |
- // See comments in OnLostActive(). |
bool restore_focus_on_activate_; |
gfx::NativeCursor cursor_; |