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

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

Issue 1174393003: Unify content transformation calculations for SVG clip paths (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 6 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: Source/core/paint/SVGClipPainter.h
diff --git a/Source/core/paint/SVGClipPainter.h b/Source/core/paint/SVGClipPainter.h
index abe8a14e49492e8024ef96a410afa572196660ec..977036f4a8700f9760e7963af0d145d5c90169db 100644
--- a/Source/core/paint/SVGClipPainter.h
+++ b/Source/core/paint/SVGClipPainter.h
@@ -37,7 +37,7 @@ public:
bool applyClippingToContext(const LayoutObject&, const FloatRect&, const FloatRect&, GraphicsContext*, ClipperState&);
private:
- void drawClipMaskContent(GraphicsContext*, const LayoutObject&, const FloatRect&);
+ void drawClipMaskContent(GraphicsContext*, const LayoutObject&, const AffineTransform& contentTransformation);
LayoutSVGResourceClipper& m_clip;
};

Powered by Google App Engine
This is Rietveld 408576698