Chromium Code Reviews

Unified Diff: Source/WebCore/dom/Element.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/WebCore/css/html.css ('k') | Source/WebCore/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/Element.h
===================================================================
--- Source/WebCore/dom/Element.h (revision 137540)
+++ Source/WebCore/dom/Element.h (working copy)
@@ -368,6 +368,9 @@
#if ENABLE(INPUT_SPEECH)
virtual bool isInputFieldSpeechButtonElement() const { return false; }
#endif
+#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
+ virtual bool isDateTimeFieldElement() const;
+#endif
virtual bool isFormControlElement() const { return false; }
virtual bool isEnabledFormControl() const { return true; }
« no previous file with comments | « Source/WebCore/css/html.css ('k') | Source/WebCore/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine