Chromium Code Reviews

Unified Diff: Source/WebCore/html/BaseMultipleFieldsDateAndTimeInputType.h

Issue 12159003: Merge 141195 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/WebCore/css/html.css ('k') | Source/WebCore/html/BaseMultipleFieldsDateAndTimeInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/BaseMultipleFieldsDateAndTimeInputType.h
===================================================================
--- Source/WebCore/html/BaseMultipleFieldsDateAndTimeInputType.h (revision 141524)
+++ Source/WebCore/html/BaseMultipleFieldsDateAndTimeInputType.h (working copy)
@@ -92,6 +92,7 @@
virtual void restoreFormControlState(const FormControlState&) OVERRIDE FINAL;
virtual FormControlState saveFormControlState() const OVERRIDE FINAL;
virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE FINAL;
+ virtual bool shouldApplyLocaleDirection() const OVERRIDE;
virtual bool shouldUseInputMethod() const OVERRIDE FINAL;
virtual void stepAttributeChanged() OVERRIDE FINAL;
virtual void updateInnerTextValue() OVERRIDE FINAL;
« no previous file with comments | « Source/WebCore/css/html.css ('k') | Source/WebCore/html/BaseMultipleFieldsDateAndTimeInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine