Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: ui/aura_extra/image_window_delegate.h

Issue 1177503003: Remove the 2-level input method system & InputMethodBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased & removed views::View::GetTextInputClient & removed GetFocusedTextInputClient. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698