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

Unified Diff: trunk/Source/core/page/Settings.cpp

Issue 14706011: Revert 150468 "Switching CSS Variables over to RuntimeEnabledFea..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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 | « trunk/Source/core/page/Settings.h ('k') | trunk/Source/core/testing/InternalSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/core/page/Settings.cpp
===================================================================
--- trunk/Source/core/page/Settings.cpp (revision 150485)
+++ trunk/Source/core/page/Settings.cpp (working copy)
@@ -138,6 +138,7 @@
, m_fontRenderingMode(0)
, m_isCSSCustomFilterEnabled(false)
, m_cssStickyPositionEnabled(true)
+ , m_cssVariablesEnabled(false)
, m_dnsPrefetchingEnabled(false)
, m_touchEventEmulationEnabled(false)
, m_setImageLoadingSettingsTimer(this, &Settings::imageLoadingSettingsTimerFired)
« no previous file with comments | « trunk/Source/core/page/Settings.h ('k') | trunk/Source/core/testing/InternalSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698