| 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..424c2689bdf0c13cf6397e93da378e04e6235383 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -183,6 +183,7 @@ class CORE_EXPORT SVGImage final : public Image {
|
| void ScheduleTimelineRewind();
|
| void FlushPendingTimelineRewind();
|
|
|
| + Page* GetPageForTesting() { return page_; }
|
| void LoadCompleted();
|
|
|
| class SVGImageLocalFrameClient;
|
| @@ -209,6 +210,7 @@ class CORE_EXPORT SVGImage final : public Image {
|
| LoadState load_state_ = kDataChangedNotStarted;
|
|
|
| Persistent<SVGImageLocalFrameClient> frame_client_;
|
| + FRIEND_TEST_ALL_PREFIXES(SVGImageTest, SupportsSubsequenceCaching);
|
| };
|
|
|
| DEFINE_IMAGE_TYPE_CASTS(SVGImage);
|
|
|