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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.h

Issue 1897333002: Refactor SkiaImageFilterBuilder into a namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/FEBoxReflect.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.h b/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.h
index 75d92ee264b310be8c2317b4af10c11d08a877cc..7d044954c73323f88faf9efbaebb35e1ed89c673 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.h
@@ -22,7 +22,7 @@ public:
// FilterEffect implementation
FloatRect mapRect(const FloatRect&, bool forward = true) const final;
TextStream& externalRepresentation(TextStream&, int indentation) const final;
- sk_sp<SkImageFilter> createImageFilter(SkiaImageFilterBuilder&) final;
+ sk_sp<SkImageFilter> createImageFilter() final;
private:
FEBoxReflect(Filter*, const BoxReflection&);

Powered by Google App Engine
This is Rietveld 408576698