| Index: content/public/browser/browser_accessibility_state.h
|
| diff --git a/content/public/browser/browser_accessibility_state.h b/content/public/browser/browser_accessibility_state.h
|
| index 6c91e1b7b7699734675ebe734dba84c711e96fea..78f42319c10a45c8435124b88efcd4cb51c68061 100644
|
| --- a/content/public/browser/browser_accessibility_state.h
|
| +++ b/content/public/browser/browser_accessibility_state.h
|
| @@ -39,6 +39,9 @@ class CONTENT_EXPORT BrowserAccessibilityState {
|
| // Returns true if the browser should be customized for accessibility.
|
| virtual bool IsAccessibleBrowser() = 0;
|
|
|
| + // Updates the policy for handling animated images.
|
| + virtual void UpdateAnimationPolicy() = 0;
|
| +
|
| // Add a callback method that will be called once, a small while after the
|
| // browser starts up, when accessibility state histograms are updated.
|
| // Use this to register a method to update additional accessibility
|
|
|