| 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 a6a7c488357c29203be043f2c9003eb563eb9353..308a612c736b498a95b44327706cf1e8daceaf7d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -705,6 +705,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()->
|
|
|