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

Unified Diff: ui/aura/window.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/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index 0a82a023edd74fc22ffb74d516c736bd9f51df80..f2423736da337c8e567adb52fc9d4fcad1c97078 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -218,10 +218,6 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
const Window* target,
gfx::Rect* rect);
- // Returns the focused text input client within this window.
- // This function does not look at child windows.
- ui::TextInputClient* GetFocusedTextInputClient();
-
// Moves the cursor to the specified location relative to the window.
void MoveCursorTo(const gfx::Point& point_in_window);

Powered by Google App Engine
This is Rietveld 408576698