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

Unified Diff: webkit/common/webpreferences.h

Issue 17057003: Add command line switch to enable region based columns. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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 | « content/public/common/content_switches.cc ('k') | webkit/common/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webpreferences.h
diff --git a/webkit/common/webpreferences.h b/webkit/common/webpreferences.h
index df37c1ddc13d23a2fbf7bbc5833671d6997f943f..194b44e8995fa0feb524a06a7ae4ad50860aee4d 100644
--- a/webkit/common/webpreferences.h
+++ b/webkit/common/webpreferences.h
@@ -135,6 +135,7 @@ struct WEBKIT_COMMON_EXPORT WebPreferences {
bool css_variables_enabled;
bool css_grid_layout_enabled;
bool lazy_layout_enabled;
+ bool region_based_columns_enabled;
bool touch_enabled;
bool device_supports_touch;
bool device_supports_mouse;
« no previous file with comments | « content/public/common/content_switches.cc ('k') | webkit/common/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698