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

Unified Diff: ui/views/ime/input_method_base.h

Issue 23749007: Views: Fix keyboard input in linux_aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « no previous file | ui/views/ime/input_method_base.cc » ('j') | ui/views/ime/input_method_bridge.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/ime/input_method_base.h
diff --git a/ui/views/ime/input_method_base.h b/ui/views/ime/input_method_base.h
index 37e8a667cfa87d9a5d527cf91edb00b656311b4a..da454fb46eac9acdfad6368565d20688313482eb 100644
--- a/ui/views/ime/input_method_base.h
+++ b/ui/views/ime/input_method_base.h
@@ -45,9 +45,6 @@ class VIEWS_EXPORT InputMethodBase : public InputMethod,
Widget* widget() const { return widget_; }
View* GetFocusedView() const;
- // Returns true only if a valid widget is attached and active.
- bool IsWidgetActive() const;
-
// Returns true only if the View is focused and its Widget is active.
bool IsViewFocused(View* view) const;
« no previous file with comments | « no previous file | ui/views/ime/input_method_base.cc » ('j') | ui/views/ime/input_method_bridge.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698