summaryrefslogtreecommitdiffstats
path: root/ash/root_window_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/root_window_controller.cc')
-rw-r--r--ash/root_window_controller.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index 226013f..1e1c5bd 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -221,6 +221,7 @@ class EmptyWindowDelegate : public aura::WindowDelegate {
gfx::Size GetMaximumSize() const override { return gfx::Size(); }
void OnBoundsChanged(const gfx::Rect& old_bounds,
const gfx::Rect& new_bounds) override {}
+ ui::TextInputClient* GetFocusedTextInputClient() override { return nullptr; }
gfx::NativeCursor GetCursor(const gfx::Point& point) override {
return gfx::kNullCursor;
}