| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| index a5d71c8e0901b0f49853ec3f2e8279d28f308c0f..8bf411bc8ff47219a8bfa9e80da7f12275a802be 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -57,6 +57,7 @@ public:
|
| bool isTextureBacked() override { return false; }
|
| IntSize size() const override { return m_intrinsicSize; }
|
|
|
| + void assertSubresourcesLoaded() const;
|
| bool currentFrameHasSingleSecurityOrigin() const override;
|
|
|
| void startAnimation(CatchUpAnimation = CatchUp) override;
|
|
|