Index: ui/aura_extra/image_window_delegate.h |
diff --git a/ui/aura_extra/image_window_delegate.h b/ui/aura_extra/image_window_delegate.h |
index 5805c3450f93c12c9e14c9ffb178750cfcbcd613..faf49e4272cc80710027846b03625367c51c27ac 100644 |
--- a/ui/aura_extra/image_window_delegate.h |
+++ b/ui/aura_extra/image_window_delegate.h |
@@ -40,7 +40,6 @@ class AURA_EXTRA_EXPORT ImageWindowDelegate : public aura::WindowDelegate { |
gfx::Size GetMaximumSize() const override; |
void OnBoundsChanged(const gfx::Rect& old_bounds, |
const gfx::Rect& new_bounds) override; |
- ui::TextInputClient* GetFocusedTextInputClient() override; |
gfx::NativeCursor GetCursor(const gfx::Point& point) override; |
int GetNonClientComponent(const gfx::Point& point) const override; |
bool ShouldDescendIntoChildForEventHandling( |