summaryrefslogtreecommitdiffstats
path: root/ash/root_window_controller.cc
diff options
context:
space:
mode:
authorshuchen <shuchen@chromium.org>2015-07-01 20:49:19 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-02 03:50:03 +0000
commit87baf36d739c381115bdfaae55a93242100543d5 (patch)
tree18b65182f02a15ccff71dd13c1558bf5e94dce95 /ash/root_window_controller.cc
parentfd5b108c82d56f6022dfbe62a023d1e81ff6f83b (diff)
downloadchromium_src-87baf36d739c381115bdfaae55a93242100543d5.zip
chromium_src-87baf36d739c381115bdfaae55a93242100543d5.tar.gz
chromium_src-87baf36d739c381115bdfaae55a93242100543d5.tar.bz2
Removes the useless GetFocusedTextInputClient().
TBR=sadrul@chromium.org,sky@chromium.org BUG=474828 TEST=trybots. Review URL: https://codereview.chromium.org/1213283003 Cr-Commit-Position: refs/heads/master@{#337169}
Diffstat (limited to 'ash/root_window_controller.cc')
-rw-r--r--ash/root_window_controller.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index 0b8ed2a..1953fed 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -235,7 +235,6 @@ 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;
}