diff options
Diffstat (limited to 'ui/platform_window/stub/stub_window.h')
-rw-r--r-- | ui/platform_window/stub/stub_window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/platform_window/stub/stub_window.h b/ui/platform_window/stub/stub_window.h index 7c68cd6..8caa85c 100644 --- a/ui/platform_window/stub/stub_window.h +++ b/ui/platform_window/stub/stub_window.h @@ -32,6 +32,7 @@ class STUB_WINDOW_EXPORT StubWindow : public PlatformWindow { void SetCursor(PlatformCursor cursor) override; void MoveCursorTo(const gfx::Point& location) override; void ConfineCursorToBounds(const gfx::Rect& bounds) override; + PlatformImeController* GetPlatformImeController() override; PlatformWindowDelegate* delegate_; gfx::Rect bounds_; |