DescriptionImplements getImageAnimationPolicy() at ImageLoader.
AnimationPolicy is generally updated at notifyFinished().
But if it does not have LayoutObject yet at notifyFinished(),
AnimationPolicy couldn't be updated and keeps default value,
ImageAnimationPolicyAllowed because another ImageResourceClient,
ImageLoader, doesn't have implementation for
getImageAnimationPolicy().
This patch implements getImageAnimationPolicy() at ImageLoader
and makes ImageResource have correct animation policy.
BUG=483474
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196068
Patch Set 1 #
Total comments: 1
Patch Set 2 : Add getImageAnimationPolicy to ImageLoader #Patch Set 3 : Removes ASSERT #Patch Set 4 : Adds LayoutTest #Patch Set 5 : Updated TC without setTimeout #
Total comments: 1
Patch Set 6 : Adds Internals::advanceTimeWithImage #
Total comments: 4
Patch Set 7 : Update API name #Patch Set 8 : Update API name. #Messages
Total messages: 27 (5 generated)
|