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

Unified Diff: views/ime/input_method_base.h

Issue 7217008: Use input method to control visibility of virtual keyboard (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebase Created 9 years, 5 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 | views/ime/input_method_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/ime/input_method_base.h
diff --git a/views/ime/input_method_base.h b/views/ime/input_method_base.h
index 8797074c6691cd23b00824dc6a96df5c5a8b7ca6..1bea5260a20f6873ace1a07fa37a8f5f05906b8f 100644
--- a/views/ime/input_method_base.h
+++ b/views/ime/input_method_base.h
@@ -42,6 +42,10 @@ class InputMethodBase : public InputMethod,
// correctly.
virtual void OnBlur() OVERRIDE;
+ // If a derived class overrides this method, it should call parent's
+ // implementation.
+ virtual void OnTextInputTypeChanged(View* view) OVERRIDE;
+
virtual TextInputClient* GetTextInputClient() const OVERRIDE;
virtual ui::TextInputType GetTextInputType() const OVERRIDE;
« no previous file with comments | « no previous file | views/ime/input_method_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698