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

Unified Diff: Source/core/frame/Settings.in

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/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index 9dc8e9ee8b69ceed273f3a857b6a780b8cd8ae30..e97b740366bf789b01f0578cecaaf85374b7d6c8 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -248,6 +248,7 @@ mediaTypeOverride type=String, initial="screen", invalidate=MediaType
# the image URL. A cached image will still be rendered if requested.
loadsImagesAutomatically initial=false, invalidate=ImageLoading
imagesEnabled initial=true, invalidate=ImageLoading
+animatedImageType type=AnimatedImageType, initial=AnimatedImageTypeNormal
dmazzoni 2014/11/24 17:50:47 The name "type" doesn't sound right. How about ima
je_julie(Not used) 2014/11/27 17:22:50 Thanks for suggestion. Done.
javaEnabled initial=false
pluginsEnabled initial=false

Powered by Google App Engine
This is Rietveld 408576698