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

Unified Diff: public/webpage/WebSettings.h

Issue 15744005: Add a setting for enabling region based columns. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase, resolve conflicts 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 | « Source/WebKit/chromium/src/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/webpage/WebSettings.h
diff --git a/public/webpage/WebSettings.h b/public/webpage/WebSettings.h
index 6854fb7194c762132426bad4d9cbc6acc2e6d8a7..94df385ee14f0ea9c4e272c82cdb959d01e63240 100644
--- a/public/webpage/WebSettings.h
+++ b/public/webpage/WebSettings.h
@@ -99,6 +99,7 @@ public:
virtual void setEnableTouchAdjustment(bool) = 0;
virtual void setExperimentalCSSCustomFilterEnabled(bool) = 0;
virtual void setExperimentalCSSGridLayoutEnabled(bool) = 0;
+ virtual void setRegionBasedColumnsEnabled(bool) = 0;
virtual void setCSSStickyPositionEnabled(bool) = 0;
virtual void setExperimentalWebGLEnabled(bool) = 0;
virtual void setExperimentalWebSocketEnabled(bool) = 0;
« no previous file with comments | « Source/WebKit/chromium/src/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698