| 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 5adc7a4cb562fbfa107c06c22972f1ca4785f903..b2b816268376495082e0a58f844339d5ce12e5c8 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -38,7 +38,7 @@ namespace blink {
|
| class Document;
|
| class FrameView;
|
| class Page;
|
| -class LayoutBox;
|
| +class LayoutReplaced;
|
| class SVGImageChromeClient;
|
| class SVGImageForContainer;
|
|
|
| @@ -51,7 +51,7 @@ public:
|
|
|
| static bool isInSVGImage(const Node*);
|
|
|
| - LayoutBox* embeddedContentBox() const;
|
| + LayoutReplaced* embeddedReplacedContent() const;
|
|
|
| bool isSVGImage() const override { return true; }
|
| bool isTextureBacked() override { return false; }
|
|
|