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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.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/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 deb27311871a2ac66258559232804e8ce2215ff4..c03a1a24c8e6a87083e5146081ae4ad52f45f90e 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h
@@ -34,8 +34,6 @@ public:
static PassRefPtrWillBeRawPtr<SourceGraphic> create(Filter*);
~SourceGraphic() override;
- 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