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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 23483051: Blend background with existing content (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix test in android Created 7 years 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/web/WebSettingsImpl.h ('k') | Source/web/tests/WebViewTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.cpp
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
index e21c1714acff20d35b1d14a751993ed40d1744b8..e819d4fcca745f25781040eddd51ee8274a0e0fd 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -628,6 +628,11 @@ void WebSettingsImpl::setShouldPrintBackgrounds(bool enabled)
m_settings->setShouldPrintBackgrounds(enabled);
}
+void WebSettingsImpl::setShouldClearDocumentBackground(bool enabled)
+{
+ m_settings->setShouldClearDocumentBackground(enabled);
+}
+
void WebSettingsImpl::setEnableScrollAnimator(bool enabled)
{
m_settings->setScrollAnimatorEnabled(enabled);
« no previous file with comments | « Source/web/WebSettingsImpl.h ('k') | Source/web/tests/WebViewTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698