Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1468)

Unified Diff: Source/core/svg/graphics/SVGImage.h

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/rendering/RenderView.cpp ('k') | Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « Source/core/rendering/RenderView.cpp ('k') | Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698