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

Unified Diff: Source/core/html/RangeInputType.h

Issue 14859003: Remove the compile time flag for DATALIST Element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebasing after r150849 Created 7 years, 7 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
« no previous file with comments | « Source/core/html/InputType.cpp ('k') | Source/core/html/RangeInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/RangeInputType.h
diff --git a/Source/core/html/RangeInputType.h b/Source/core/html/RangeInputType.h
index 10f6cbefc8bf37c3f98ec0f6211640b974c4447d..76c2ceb72819b66a275c7560dd339e6b7e48bddc 100644
--- a/Source/core/html/RangeInputType.h
+++ b/Source/core/html/RangeInputType.h
@@ -68,14 +68,12 @@ private:
virtual bool shouldRespectListAttribute() OVERRIDE;
virtual HTMLElement* sliderThumbElement() const OVERRIDE;
virtual HTMLElement* sliderTrackElement() const OVERRIDE;
-#if ENABLE(DATALIST_ELEMENT)
virtual void listAttributeTargetChanged() OVERRIDE;
void updateTickMarkValues();
virtual Decimal findClosestTickMarkValue(const Decimal&) OVERRIDE;
bool m_tickMarkValuesDirty;
Vector<Decimal> m_tickMarkValues;
-#endif
};
} // namespace WebCore
« no previous file with comments | « Source/core/html/InputType.cpp ('k') | Source/core/html/RangeInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698