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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp

Issue 2889653002: Remove cullRect() from PaintOpBuffer. (Closed)
Patch Set: movecullrect2 rebase-once-and-for-all Created 3 years, 7 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/svg/graphics/filters/SVGFEImage.cpp
diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
index 4e285a751d7766525542fe3e00949b57ce1a04e2..384f69383b47ea233afc8403fc365e1f10a68317 100644
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
@@ -191,7 +191,7 @@ sk_sp<SkImageFilter> FEImage::CreateImageFilterForLayoutObject(
builder.EndRecording(*canvas);
return SkPictureImageFilter::Make(
- ToSkPicture(paint_recorder.finishRecordingAsPicture()), dst_rect);
+ ToSkPicture(paint_recorder.finishRecordingAsPicture(), dst_rect));
}
sk_sp<SkImageFilter> FEImage::CreateImageFilter() {
« no previous file with comments | « third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp ('k') | third_party/WebKit/Source/platform/graphics/BoxReflection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698