| 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 7158107865011d236000085bb8e4eb80501a9868..6078b1161cce0902ca6705903d85012d118b7e01 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -199,6 +199,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;
|
|
|