| 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 339865a636f2d335170927bbd464ecc99f48d1ca..fc9f154939ae9bb73ad9a233e9f571f72b618874 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -196,6 +196,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;
|
|
|