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

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: Support three options for animations 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
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index f8709bdd0df2c46a32e77992356d639708fab4e9..77b5b7ee5a31d78cd7967be0fb78ecd7816827cb 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -101,6 +101,7 @@ public:
virtual void setHyperlinkAuditingEnabled(bool) override;
virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) override;
virtual void setImagesEnabled(bool) override;
+ virtual void setAnimatedImageType(AnimatedImageType) override;
dmazzoni 2014/11/24 17:50:48 Please sort this alphabetically. I know a small h
je_julie(Not used) 2014/11/27 17:22:50 Yes. you're right. I updated it.
virtual void setInlineTextBoxAccessibilityEnabled(bool) override;
virtual void setJavaEnabled(bool) override;
virtual void setJavaScriptCanAccessClipboard(bool) override;

Powered by Google App Engine
This is Rietveld 408576698