| Index: ui/views/widget/desktop_root_window_host_win.h
|
| ===================================================================
|
| --- ui/views/widget/desktop_root_window_host_win.h (revision 156802)
|
| +++ ui/views/widget/desktop_root_window_host_win.h (working copy)
|
| @@ -38,6 +38,8 @@
|
| virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE;
|
| virtual bool IsVisible() const OVERRIDE;
|
| virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
|
| + virtual InputMethod* CreateInputMethod() OVERRIDE;
|
| + virtual internal::InputMethodDelegate* GetInputMethodDelegate() OVERRIDE;
|
|
|
| // Overridden from aura::RootWindowHost:
|
| virtual aura::RootWindow* GetRootWindow() OVERRIDE;
|
|
|