| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| index f5bd894ad689c1babe6d03fe51638a743b44a4e5..495350bcf9f09df2c0cce732484252a2f4253915 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -406,8 +406,6 @@ void WebFrameWidgetImpl::setBaseBackgroundColor(WebColor color)
|
| m_baseBackgroundColor = color;
|
|
|
| m_localRoot->frameView()->setBaseBackgroundColor(color);
|
| -
|
| - updateAllLifecyclePhases();
|
| }
|
|
|
| void WebFrameWidgetImpl::scheduleAnimation()
|
|
|