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

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

Issue 2713673005: client-goodbye
Patch Set: Created 3 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
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 5641e1944d748107ff1bf86b19ac1a6ff83506e3..a8f788b6d697723dfe0e8b11510ce140064a3112 100644
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
@@ -180,8 +180,10 @@ sk_sp<SkImageFilter> FEImage::createImageFilterForLayoutObject(
PaintRecordBuilder builder(dstRect);
{
- TransformRecorder transformRecorder(builder.context(), layoutObject,
- transform);
+ TransformRecorder transformRecorder(
+ builder.context(), transform, layoutObject.visualRect(),
+ layoutObject.debugName(),
+ layoutObject.paintedOutputOfObjectHasNoEffectRegardlessOfSize());
SVGPaintContext::paintSubtree(builder.context(), &layoutObject);
}
« no previous file with comments | « third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698