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

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: Update Created 9 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: views/ime/input_method_base.h
diff --git a/views/ime/input_method_base.h b/views/ime/input_method_base.h
index 8797074c6691cd23b00824dc6a96df5c5a8b7ca6..8090fbe24d2be5e16c19ef6e447368db627b34d4 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 first.
+ virtual void OnTextInputTypeChanged(View* view) OVERRIDE;
+
virtual TextInputClient* GetTextInputClient() const OVERRIDE;
virtual ui::TextInputType GetTextInputType() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698