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

Unified Diff: Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.h

Issue 12079062: Merge 140791 (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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.h
===================================================================
--- Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.h (revision 141197)
+++ Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.h (working copy)
@@ -41,6 +41,7 @@
DateTimeSymbolicFieldElement(Document*, FieldOwner&, const Vector<String>&);
size_t symbolsSize() const { return m_symbols.size(); }
virtual bool hasValue() const OVERRIDE FINAL;
+ void initialize(const AtomicString& pseudo, const String& axHelpText);
virtual void setEmptyValue(EventBehavior = DispatchNoEvent) OVERRIDE FINAL;
virtual void setValueAsInteger(int, EventBehavior = DispatchNoEvent) OVERRIDE FINAL;
virtual int valueAsInteger() const OVERRIDE FINAL;
@@ -52,9 +53,7 @@
// DateTimeFieldElement functions.
virtual void handleKeyboardEvent(KeyboardEvent*) OVERRIDE FINAL;
- virtual int maximum() const OVERRIDE FINAL;
virtual float maximumWidth(const Font&) OVERRIDE;
- virtual int minimum() const OVERRIDE FINAL;
virtual void stepDown() OVERRIDE FINAL;
virtual void stepUp() OVERRIDE FINAL;
virtual String value() const OVERRIDE FINAL;

Powered by Google App Engine
This is Rietveld 408576698