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

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

Issue 11420032: Merge 134239 - Refactoring: set read-only values on layout in DateTimeEditElement (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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 134890)
+++ Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.h (working copy)
@@ -40,7 +40,7 @@
DateTimeSymbolicFieldElement(Document*, FieldOwner&, const Vector<String>&);
size_t symbolsSize() const { return m_symbols.size(); }
virtual bool hasValue() const OVERRIDE FINAL;
- virtual void setEmptyValue(const DateComponents& dateForReadOnlyField, EventBehavior = DispatchNoEvent) OVERRIDE FINAL;
+ virtual void setEmptyValue(EventBehavior = DispatchNoEvent) OVERRIDE FINAL;
virtual void setValueAsInteger(int, EventBehavior = DispatchNoEvent) OVERRIDE FINAL;
virtual int valueAsInteger() const OVERRIDE FINAL;

Powered by Google App Engine
This is Rietveld 408576698