| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 766426f8f7e8bed660f627d710f26ab9ee00c8fa..dd405111d736d26296646f615a5f1eaa63cec955 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -699,6 +699,11 @@ void WebContentsImpl::ClearNavigationTransitionData() {
|
| node->render_manager()->ClearNavigationTransitionData();
|
| }
|
|
|
| +void WebContentsImpl::UpdateAnimationPolicy() {
|
| + if (GetRenderViewHost())
|
| + GetRenderViewHostImpl()->OnWebkitPreferencesChanged();
|
| +}
|
| +
|
| WebUI* WebContentsImpl::CreateWebUI(const GURL& url) {
|
| WebUIImpl* web_ui = new WebUIImpl(this);
|
| WebUIController* controller = WebUIControllerFactoryRegistry::GetInstance()->
|
|
|