| Index: third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| index 1b0004246dc7b7b47bda70d9185a2f4108914da6..dc861865737c94d0ef012e72496f93359ca9eeb1 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -788,6 +788,11 @@ void WebSettingsImpl::setPinchOverlayScrollbarThickness(int thickness)
|
| m_settings->setPinchOverlayScrollbarThickness(thickness);
|
| }
|
|
|
| +void WebSettingsImpl::setDefaultBackgroundColor(WebColor color)
|
| +{
|
| + m_settings->setDefaultBackgroundColor(color);
|
| +}
|
| +
|
| void WebSettingsImpl::setUseSolidColorScrollbars(bool enabled)
|
| {
|
| m_settings->setUseSolidColorScrollbars(enabled);
|
|
|