| Index: Source/core/svg/graphics/SVGImage.h
|
| diff --git a/Source/core/svg/graphics/SVGImage.h b/Source/core/svg/graphics/SVGImage.h
|
| index 0e2abc4c61656d3db81f23a3e3b2032a4493a780..b787f538ec84e423ac0a3803c3af856b7ef17ed0 100644
|
| --- a/Source/core/svg/graphics/SVGImage.h
|
| +++ b/Source/core/svg/graphics/SVGImage.h
|
| @@ -36,7 +36,7 @@ namespace blink {
|
|
|
| class FrameView;
|
| class Page;
|
| -class RenderBox;
|
| +class LayoutBox;
|
| class SVGImageChromeClient;
|
| class SVGImageForContainer;
|
|
|
| @@ -49,7 +49,7 @@ public:
|
|
|
| static bool isInSVGImage(const Node*);
|
|
|
| - RenderBox* embeddedContentBox() const;
|
| + LayoutBox* embeddedContentBox() const;
|
|
|
| virtual bool isSVGImage() const override { return true; }
|
| virtual IntSize size() const override { return m_intrinsicSize; }
|
|
|