| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 4248c356507270cd403ff40c7927e04839079109..a4a7e647e026f51a29b648fb1f1717f322c296a8 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -205,6 +205,9 @@ class CONTENT_EXPORT WebContentsImpl
|
| // from a native app.
|
| void ClearNavigationTransitionData();
|
|
|
| + // Updates the policy for handling animated images
|
| + void UpdateAnimationPolicy();
|
| +
|
| // WebContents ------------------------------------------------------
|
| WebContentsDelegate* GetDelegate() override;
|
| void SetDelegate(WebContentsDelegate* delegate) override;
|
|
|