| Index: ui/views/widget/desktop_root_window_host.h
|
| ===================================================================
|
| --- ui/views/widget/desktop_root_window_host.h (revision 156802)
|
| +++ ui/views/widget/desktop_root_window_host.h (working copy)
|
| @@ -19,6 +19,7 @@
|
|
|
| namespace views {
|
| namespace internal {
|
| +class InputMethodDelegate;
|
| class NativeWidgetDelegate;
|
| }
|
|
|
| @@ -43,6 +44,9 @@
|
| virtual bool IsVisible() const = 0;
|
|
|
| virtual gfx::Rect GetClientAreaBoundsInScreen() const = 0;
|
| +
|
| + virtual InputMethod* CreateInputMethod() = 0;
|
| + virtual internal::InputMethodDelegate* GetInputMethodDelegate() = 0;
|
| };
|
|
|
| } // namespace views
|
|
|