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

Unified Diff: Source/core/paint/SVGMaskPainter.cpp

Issue 974903003: [S.P.] Merge getContentPicture into createContentPicture. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: reverse if condition 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/layout/svg/LayoutSVGResourceMasker.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/SVGMaskPainter.cpp
diff --git a/Source/core/paint/SVGMaskPainter.cpp b/Source/core/paint/SVGMaskPainter.cpp
index 3606e0a1e1ea63674ce89dfaec606046592d82f4..4e7a14cf05bcc663cb3e258dab5584314a1dccfa 100644
--- a/Source/core/paint/SVGMaskPainter.cpp
+++ b/Source/core/paint/SVGMaskPainter.cpp
@@ -68,7 +68,7 @@ void SVGMaskPainter::drawMaskForRenderer(GraphicsContext* context, DisplayItemCl
ASSERT(context);
AffineTransform contentTransformation;
- RefPtr<const SkPicture> maskContentPicture = m_mask.getContentPicture(contentTransformation, targetBoundingBox);
+ RefPtr<const SkPicture> maskContentPicture = m_mask.createContentPicture(contentTransformation, targetBoundingBox);
TransformRecorder recorder(*context, client, contentTransformation);
« no previous file with comments | « Source/core/layout/svg/LayoutSVGResourceMasker.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698