| 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 b4df719c51c1504bb77aa351b08432f7f116cc38..a333bf4ff21f105e128b7a794b2649a9eb3651e9 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| @@ -120,6 +120,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,
|
| @@ -297,7 +298,6 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
|
| scoped_ptr<views::corewm::WindowModalityController>
|
| window_modality_controller_;
|
|
|
| - // See comments in OnLostActive().
|
| bool restore_focus_on_activate_;
|
|
|
| gfx::NativeCursor cursor_;
|
|
|