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

Unified Diff: third_party/WebKit/Source/core/paint/SVGRootPainter.h

Issue 2343673003: SVG root viewport clip in paint property tree (Closed)
Patch Set: - Created 4 years, 3 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
Index: third_party/WebKit/Source/core/paint/SVGRootPainter.h
diff --git a/third_party/WebKit/Source/core/paint/SVGRootPainter.h b/third_party/WebKit/Source/core/paint/SVGRootPainter.h
index b11acdd0934fb64640fbdb0ac9a08d33c2bbc3dc..437a115c723d745aae2cca3f6de41c0f9497df78 100644
--- a/third_party/WebKit/Source/core/paint/SVGRootPainter.h
+++ b/third_party/WebKit/Source/core/paint/SVGRootPainter.h
@@ -20,7 +20,7 @@ class SVGRootPainter {
public:
SVGRootPainter(const LayoutSVGRoot& layoutSVGRoot) : m_layoutSVGRoot(layoutSVGRoot) { }
- void paint(const PaintInfo&, const LayoutPoint&);
+ void paintReplaced(const PaintInfo&, const LayoutPoint&);
// The embedded SVG document uses an unsnapped viewport box for layout, while SVG root's border
// box ultimately gets snapped during paint. This translate/scale transform is applied to

Powered by Google App Engine
This is Rietveld 408576698