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

Unified Diff: ui/aura/window.cc

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.cc
diff --git a/ui/aura/window.cc b/ui/aura/window.cc
index 1e293b72343b994b81641e0f7570d74d2105ce0c..4bf95d823f75bbd59696c61127df935ed63a3cd3 100644
--- a/ui/aura/window.cc
+++ b/ui/aura/window.cc
@@ -609,10 +609,6 @@ void Window::ConvertRectToTarget(const Window* source,
rect->set_origin(origin);
}
-ui::TextInputClient* Window::GetFocusedTextInputClient() {
- return delegate_ ? delegate_->GetFocusedTextInputClient() : nullptr;
-}
-
void Window::MoveCursorTo(const gfx::Point& point_in_window) {
Window* root_window = GetRootWindow();
DCHECK(root_window);

Powered by Google App Engine
This is Rietveld 408576698