Chromium Code Reviews| 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 |