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

Unified Diff: Source/WebCore/html/shadow/DateTimeNumericFieldElement.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/DateTimeNumericFieldElement.h
===================================================================
--- Source/WebCore/html/shadow/DateTimeNumericFieldElement.h (revision 141197)
+++ Source/WebCore/html/shadow/DateTimeNumericFieldElement.h (working copy)
@@ -68,7 +68,8 @@
// DateTimeFieldElement functions.
virtual bool hasValue() const OVERRIDE FINAL;
- virtual int maximum() const OVERRIDE FINAL;
+ void initialize(const AtomicString& pseudo, const String& axHelpText);
+ int maximum() const;
virtual void setEmptyValue(EventBehavior = DispatchNoEvent) OVERRIDE FINAL;
virtual void setValueAsInteger(int, EventBehavior = DispatchNoEvent) OVERRIDE;
virtual int valueAsInteger() const OVERRIDE FINAL;
@@ -79,7 +80,6 @@
virtual void didBlur() OVERRIDE FINAL;
virtual void handleKeyboardEvent(KeyboardEvent*) 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;
« no previous file with comments | « Source/WebCore/html/shadow/DateTimeFieldElement.cpp ('k') | Source/WebCore/html/shadow/DateTimeNumericFieldElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698