| Index: ui/views/widget/desktop_root_window_host_linux.h
|
| ===================================================================
|
| --- ui/views/widget/desktop_root_window_host_linux.h (revision 156802)
|
| +++ ui/views/widget/desktop_root_window_host_linux.h (working copy)
|
| @@ -25,6 +25,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;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DesktopRootWindowHostLinux);
|
| };
|
|
|