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

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

Issue 1387573003: Pass SkiaImageFilterBuilder& to FilterEffect::createImageFilter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
index a6ecc636e612a0a39642ebfed29c5a9ae1d809f9..9ca13f93ddc4ce519a7d6576d57709d48b044c87 100644
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
@@ -47,7 +47,7 @@ public:
void setOperatingColorSpace(ColorSpace) override { }
TextStream& externalRepresentation(TextStream&, int indention) const override;
- PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) override;
+ PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder&) override;
DECLARE_VIRTUAL_TRACE();
@@ -57,7 +57,7 @@ private:
FEImage(Filter*, TreeScope&, const String&, PassRefPtrWillBeRawPtr<SVGPreserveAspectRatio>);
LayoutObject* referencedLayoutObject() const;
- PassRefPtr<SkImageFilter> createImageFilterForLayoutObject(LayoutObject&, SkiaImageFilterBuilder*);
+ PassRefPtr<SkImageFilter> createImageFilterForLayoutObject(const LayoutObject&);
RefPtr<Image> m_image;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698