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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 110913005: Revert of Blend background with existing content (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 77fe649f6b4987474b735a2a7fbc1048d8d6c6ec..7aa59732a349821f2f06eefd07366dc21a1c2398 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -629,11 +629,6 @@
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