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

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

Issue 1512803004: Use refs for GraphicsContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ScrollbarTheme
Patch Set: Created 5 years 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 0c8f3b706f7f302e0c77e0ec124c71d7995443fc..41b15fff6474d4bb263f311d62d4818d057b23d5 100644
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
@@ -177,7 +177,7 @@ PassRefPtr<SkImageFilter> FEImage::createImageFilterForLayoutObject(const Layout
SkPictureBuilder filterPicture(dstRect);
{
TransformRecorder transformRecorder(filterPicture.context(), layoutObject, transform);
- SVGPaintContext::paintSubtree(&filterPicture.context(), &layoutObject);
+ SVGPaintContext::paintSubtree(filterPicture.context(), &layoutObject);
}
RefPtr<const SkPicture> recording = filterPicture.endRecording();
« no previous file with comments | « third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp ('k') | third_party/WebKit/Source/platform/Theme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698