|
Expose setting API to set ImageAnimationPolicy(Allowed, Once, None).
This patch makes blink support three types(Allowed, Once, None)
for animated image setting and adds two new APIs, ImageObserver::imageAnimationPolicy and
ImageResourceClient::getImageAnimationPolicy to get animation policy setting.
BUG= 3690
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186217
Total comments: 10
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+92 lines, -3 lines) |
Patch |
|
M |
Source/core/fetch/ImageResource.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/fetch/ImageResource.cpp
|
View
|
1
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/fetch/ImageResourceClient.h
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/Settings.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/Settings.in
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderObject.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderObject.cpp
|
View
|
1
2
3
4
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/platform/blink_platform.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/BitmapImage.h
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/BitmapImage.cpp
|
View
|
1
2
3
4
|
5 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/BitmapImageTest.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
Source/platform/graphics/ImageAnimationPolicy.h
|
View
|
1
2
3
4
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/ImageObserver.h
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/web/AssertMatchingEnums.cpp
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/web/WebSettingsImpl.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/web/WebSettingsImpl.cpp
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
public/web/WebSettings.h
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
Total messages: 17 (5 generated)
|