| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 9f6deb8a18af307db88738bce4d653a409da7c03..13f3681b9a53a2d4a10ffb188d2da24ccc5f9729 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -3995,8 +3995,6 @@ void WebViewImpl::setBaseBackgroundColor(WebColor color)
|
|
|
| if (m_page->mainFrame() && m_page->mainFrame()->isLocalFrame())
|
| m_page->deprecatedLocalMainFrame()->view()->setBaseBackgroundColor(color);
|
| -
|
| - updateAllLifecyclePhases();
|
| }
|
|
|
| void WebViewImpl::setIsActive(bool active)
|
|
|