Index: content/browser/web_contents/aura/image_window_delegate.h |
diff --git a/content/browser/web_contents/aura/image_window_delegate.h b/content/browser/web_contents/aura/image_window_delegate.h |
index a36110d40c25501d56c26122d1194eba5187f4c4..eeb3971bee94c51b89522ad1d6bfc77aa65d0df2 100644 |
--- a/content/browser/web_contents/aura/image_window_delegate.h |
+++ b/content/browser/web_contents/aura/image_window_delegate.h |
@@ -29,6 +29,7 @@ class CONTENT_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( |