| Index: Source/platform/graphics/ImageAnimationPolicy.h
|
| diff --git a/Source/platform/graphics/ImageAnimationPolicy.h b/Source/platform/graphics/ImageAnimationPolicy.h
|
| index 1b7f20cd874b956d6491da10989535f19c7418c6..026683af7fdf863be8c3534468feaae36ddc5e6d 100644
|
| --- a/Source/platform/graphics/ImageAnimationPolicy.h
|
| +++ b/Source/platform/graphics/ImageAnimationPolicy.h
|
| @@ -16,7 +16,9 @@ enum ImageAnimationPolicy {
|
| // Animate image just once.
|
| ImageAnimationPolicyAnimateOnce,
|
| // Show the first frame and do not animate.
|
| - ImageAnimationPolicyNoAnimation
|
| + ImageAnimationPolicyNoAnimation,
|
| + // Need to update policy
|
| + ImageAnimationPolicyInvalid
|
| };
|
|
|
| } // namespace blink
|
|
|