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

Unified Diff: Source/core/paint/SVGForeignObjectPainter.h

Issue 927583002: Moving RenderSVG* files from rendering/ to layout/ (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/loader/ImageLoader.cpp ('k') | Source/core/paint/SVGForeignObjectPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/SVGForeignObjectPainter.h
diff --git a/Source/core/paint/SVGForeignObjectPainter.h b/Source/core/paint/SVGForeignObjectPainter.h
index be9ca2dba290ef78e1182f90572f78c1672ca005..b28aba70078fcad19bad76433a6dfc2a95e63e9e 100644
--- a/Source/core/paint/SVGForeignObjectPainter.h
+++ b/Source/core/paint/SVGForeignObjectPainter.h
@@ -8,15 +8,15 @@
namespace blink {
struct PaintInfo;
-class RenderSVGForeignObject;
+class LayoutSVGForeignObject;
class SVGForeignObjectPainter {
public:
- SVGForeignObjectPainter(RenderSVGForeignObject& renderSVGForeignObject) : m_renderSVGForeignObject(renderSVGForeignObject) { }
+ SVGForeignObjectPainter(LayoutSVGForeignObject& renderSVGForeignObject) : m_renderSVGForeignObject(renderSVGForeignObject) { }
void paint(const PaintInfo&);
private:
- RenderSVGForeignObject& m_renderSVGForeignObject;
+ LayoutSVGForeignObject& m_renderSVGForeignObject;
};
} // namespace blink
« no previous file with comments | « Source/core/loader/ImageLoader.cpp ('k') | Source/core/paint/SVGForeignObjectPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698