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

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

Issue 11557024: Merge 136808 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years 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 137540)
+++ Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.h (working copy)
@@ -47,12 +47,12 @@
private:
static const int invalidIndex = -1;
- virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE FINAL;
String visibleEmptyValue() const;
// 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;

Powered by Google App Engine
This is Rietveld 408576698