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

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

Issue 1380733002: Refine FilterEffect::createTransparentBlack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/FilterEffect.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
index 8da817265878f425b77509812f2bd8458d900d52..d1056bc473e5352e21187c024f415e7d70acd1c1 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
@@ -149,7 +149,7 @@ public:
protected:
FilterEffect(Filter*);
- PassRefPtr<SkImageFilter> createTransparentBlack() const;
+ PassRefPtr<SkImageFilter> createTransparentBlack(SkiaImageFilterBuilder*) const;
Color adaptColorToOperatingColorSpace(const Color& deviceColor);

Powered by Google App Engine
This is Rietveld 408576698