Index: Source/web/WebSettingsImpl.cpp |
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp |
index b4ef0f9eefdedfe2c1308dadf20c44b45817fce7..6bc89f9fe6682b3273906eaef3f0a267319228a1 100644 |
--- a/Source/web/WebSettingsImpl.cpp |
+++ b/Source/web/WebSettingsImpl.cpp |
@@ -601,6 +601,11 @@ void WebSettingsImpl::setShouldPrintBackgrounds(bool enabled) |
m_settings->setShouldPrintBackgrounds(enabled); |
} |
+void WebSettingsImpl::setShouldBlendWithExistingContent(bool enabled) |
+{ |
+ m_settings->setShouldBlendWithExistingContent(enabled); |
+} |
+ |
void WebSettingsImpl::setEnableScrollAnimator(bool enabled) |
{ |
m_settings->setScrollAnimatorEnabled(enabled); |