Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGImageElement.h |
| diff --git a/third_party/WebKit/Source/core/svg/SVGImageElement.h b/third_party/WebKit/Source/core/svg/SVGImageElement.h |
| index 8373158ac7548968950b9bc3ae058cfc094fb9a4..cdc42828c2a15322eb81f34baa447601c2f2e44e 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGImageElement.h |
| +++ b/third_party/WebKit/Source/core/svg/SVGImageElement.h |
| @@ -51,6 +51,8 @@ public: |
| // Exposed for testing. |
| ImageResource* cachedImage() const { return imageLoader().image(); } |
| + const AtomicString imageSourceURL() const override; |
|
fs
2015/11/19 14:59:44
Nit: What needs this to be public? (Isn't it acces
davve
2015/11/20 08:14:21
You're very much correct. Left-over from patch set
|
| + |
| private: |
| explicit SVGImageElement(Document&); |
| @@ -67,8 +69,6 @@ private: |
| LayoutObject* createLayoutObject(const ComputedStyle&) override; |
| - const AtomicString imageSourceURL() const override; |
| - |
| bool haveLoadedRequiredResources() override; |
| bool selfHasRelativeLengths() const override; |