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

Unified Diff: Source/WebKit/chromium/src/WebSettingsImpl.cpp

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.h ('k') | public/webpage/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebSettingsImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebSettingsImpl.cpp b/Source/WebKit/chromium/src/WebSettingsImpl.cpp
index 6a57474f4f18725f47f34ddfd6157580685a95cb..0d95bae51dff520f125a9fd9956aabd7bb03e2b7 100644
--- a/Source/WebKit/chromium/src/WebSettingsImpl.cpp
+++ b/Source/WebKit/chromium/src/WebSettingsImpl.cpp
@@ -368,6 +368,11 @@ void WebSettingsImpl::setExperimentalCSSGridLayoutEnabled(bool enabled)
m_settings->setCSSGridLayoutEnabled(enabled);
}
+void WebSettingsImpl::setRegionBasedColumnsEnabled(bool enabled)
+{
+ m_settings->setRegionBasedColumnsEnabled(enabled);
+}
+
void WebSettingsImpl::setExperimentalCSSCustomFilterEnabled(bool enabled)
{
m_settings->setCSSCustomFilterEnabled(enabled);
« no previous file with comments | « Source/WebKit/chromium/src/WebSettingsImpl.h ('k') | public/webpage/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698