| Index: Source/core/svg/graphics/SVGImage.h
|
| diff --git a/Source/core/svg/graphics/SVGImage.h b/Source/core/svg/graphics/SVGImage.h
|
| index f3822e40cd277ae6c0d2e5d2f589bc57948c26bf..c23f4520eb11636adae1510679b259d0010e56c3 100644
|
| --- a/Source/core/svg/graphics/SVGImage.h
|
| +++ b/Source/core/svg/graphics/SVGImage.h
|
| @@ -63,6 +63,10 @@ public:
|
| void stopAnimation() override;
|
| void resetAnimation() override;
|
|
|
| + // Advances an animated image. This will trigger an animation update for CSS
|
| + // and advance the SMIL timeline by one frame.
|
| + void advanceAnimationForTesting() override;
|
| +
|
| PassRefPtr<SkImage> imageForCurrentFrame() override;
|
|
|
| // Returns the SVG image document's frame.
|
|
|