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

Unified Diff: Source/core/rendering/RenderThemeChromiumSkia.cpp

Issue 14859003: Remove the compile time flag for DATALIST Element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add <datalist> display:none rule in RenderTheme::extraDefaultStyleSheet depending on the runtime fl… 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
Index: Source/core/rendering/RenderThemeChromiumSkia.cpp
diff --git a/Source/core/rendering/RenderThemeChromiumSkia.cpp b/Source/core/rendering/RenderThemeChromiumSkia.cpp
index 083f49d761422ef34d24871fcbfa7a72ac75f931..afef671e76f352cb8a2c7cabe834c61961582ed9 100644
--- a/Source/core/rendering/RenderThemeChromiumSkia.cpp
+++ b/Source/core/rendering/RenderThemeChromiumSkia.cpp
@@ -460,12 +460,10 @@ bool RenderThemeChromiumSkia::shouldShowPlaceholderWhenFocused() const
return true;
}
-#if ENABLE(DATALIST_ELEMENT)
LayoutUnit RenderThemeChromiumSkia::sliderTickSnappingThreshold() const
{
return RenderThemeChromiumCommon::sliderTickSnappingThreshold();
}
-#endif
//
// Following values are come from default of GTK+

Powered by Google App Engine
This is Rietveld 408576698