| 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 01067ef703f33b36bd0c41c0c7d2e7d93ba1b0cf..d6cf6d876e6c6e38c3ec5a80a6add8e30091b482 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -68,6 +68,7 @@ class CORE_EXPORT SVGImage final : public Image {
|
| bool IsSVGImage() const override { return true; }
|
| IntSize Size() const override { return intrinsic_size_; }
|
|
|
| + void CheckLoaded() const;
|
| bool CurrentFrameHasSingleSecurityOrigin() const override;
|
|
|
| void StartAnimation(CatchUpAnimation = kCatchUp) override;
|
|
|