Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: Source/web/WebSettingsImpl.h

Issue 754813002: Expose setting API to set ImageAnimationPolicy(Allowed, Once, None) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update Code Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index f8709bdd0df2c46a32e77992356d639708fab4e9..7e27fc05fdcb0c340ae92e6ed0dc3d9386b3faa1 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -100,6 +100,7 @@ public:
virtual void setFullscreenSupported(bool) override;
virtual void setHyperlinkAuditingEnabled(bool) override;
virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) override;
+ virtual void setImageAnimationPolicy(ImageAnimationPolicy) override;
virtual void setImagesEnabled(bool) override;
virtual void setInlineTextBoxAccessibilityEnabled(bool) override;
virtual void setJavaEnabled(bool) override;
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698