| 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 663b72b6fd58f483e4647019093b8197b327d2ce..54db5f4ac6e6f4851779ea2746ece002b1085227 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGImageElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGImageElement.h
|
| @@ -51,7 +51,7 @@ class SVGImageElement final : public SVGGraphicsElement,
|
| }
|
|
|
| // Exposed for testing.
|
| - ImageResource* cachedImage() const { return imageLoader().image(); }
|
| + ImageResourceContent* cachedImage() const { return imageLoader().image(); }
|
|
|
| private:
|
| explicit SVGImageElement(Document&);
|
|
|