| 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 ca9112af81bc56e40d79e9f6ff6dc120c11d0977..0e16ae44817d2ec80d3eb35522eb904fb4a2a0a6 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -698,6 +698,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()->
|
|
|