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

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

Issue 1543593002: Forward fill and stroke styles from 2d canvas to canvas filters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove PaintFilterEffect::affectsTransparentPixels Created 4 years, 11 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/SourceAlpha.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h b/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h
index b3e47c1667b9d5d84b01443bd42876253f22b0ae..96961e9bf5ae4351d02bb3c881d5e31c2255defc 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h
@@ -29,8 +29,6 @@ class PLATFORM_EXPORT SourceAlpha final : public FilterEffect {
public:
static PassRefPtrWillBeRawPtr<SourceAlpha> create(FilterEffect*);
- static const AtomicString& effectName();
-
FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) override;
FilterEffectType filterEffectType() const override { return FilterEffectTypeSourceInput; }

Powered by Google App Engine
This is Rietveld 408576698