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

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h

Issue 14324009: Add support for disabling CSS Properties at runtime (Closed) Base URL: http://src.chromium.org/blink/trunk/Source/
Patch Set: Runtime guard more uses of CSSPropertyID, per Elliot's request. Created 7 years, 8 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: Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h
diff --git a/Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h b/Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h
index b7a265f5b51bb2b2dbb71624044d747479376b7b..13588aa021a38834ee2feeb50605840f1b861fcd 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h
+++ b/Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h
@@ -65,6 +65,7 @@ struct WEBTESTRUNNER_EXPORT WebPreferences {
WebKit::WebString defaultTextEncodingName;
bool experimentalWebGLEnabled;
bool experimentalCSSRegionsEnabled;
+ bool experimentalCSSExclusionsEnabled;
bool experimentalCSSGridLayoutEnabled;
bool javaEnabled;
bool javaScriptCanAccessClipboard;
« no previous file with comments | « Source/core/page/RuntimeCSSEnabled.cpp ('k') | Tools/DumpRenderTree/chromium/TestRunner/src/WebPreferences.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698