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

Unified Diff: views/controls/textfield/textfield.h

Issue 6384004: Browser should get notified if a views textfield changes focus. In addition, (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Re-did CL according to discussions Created 9 years, 11 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/controls/textfield/textfield.h
diff --git a/views/controls/textfield/textfield.h b/views/controls/textfield/textfield.h
index 690e825aa20b2c1e731ee74478780b2e653d29f1..f61e03a5e17ed01fac1747c0bb50c7fc2245a086 100644
--- a/views/controls/textfield/textfield.h
+++ b/views/controls/textfield/textfield.h
@@ -269,6 +269,7 @@ class Textfield : public View {
virtual void WillGainFocus();
virtual void DidGainFocus();
virtual void WillLoseFocus();
+ virtual View::VirtualKeyboardType GetVirtualKeyboardType();
rjkroege 2011/01/27 00:04:22 these ought to be in alphabetic order? I'm wonderi
varunjain 2011/01/27 00:19:34 I think I recall a comment from one of my earlier
// Accessibility accessors, overridden from View:
virtual AccessibilityTypes::Role GetAccessibleRole() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698