| 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 7dd393909d66684a916ce5575258ea110f015d0d..345bcef3122b54df90183f3f0f6265da33dd9e0d 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;
|
|
|