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

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

Issue 2743363006: Clean up cc/paint interfaces (Closed)
Patch Set: Rebase Created 3 years, 9 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/SVGMaskPainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp b/third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp
index 7382a036dfd52a2d01c23fab6e5bddd0fd1c586b..91793abb0cc20107efffef1818b7110ea4092126 100644
--- a/third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp
+++ b/third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp
@@ -81,7 +81,7 @@ void SVGMaskPainter::drawMaskForLayoutObject(
context, layoutObject, DisplayItem::kSVGMask, targetVisualRect);
context.save();
context.concatCTM(contentTransformation);
- context.drawRecord(record.get());
+ context.drawRecord(record);
danakj 2017/03/16 20:06:15 move()
context.restore();
}

Powered by Google App Engine
This is Rietveld 408576698