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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.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
Index: third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h
index 939cfb0aacfa71b761d375507cfb1e54f737c832..330aabafa582188cea1f6afb1dc58d93824d082c 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h
@@ -41,7 +41,7 @@ public:
FilterEffectType filterEffectType() const override { return FilterEffectTypeSourceInput; }
TextStream& externalRepresentation(TextStream&, int indention) const override;
- PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) override;
+ PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder&) override;
void setPicture(PassRefPtr<const SkPicture>);
void setSourceRect(const IntRect&);

Powered by Google App Engine
This is Rietveld 408576698