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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp

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
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
index f0a6db8164c1d7b0fa182de7dd97338588b4c5ad..82df55403cd4d1b5e3f6135f2d5ca6bbe7ebbc1a 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
+++ b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
@@ -42,12 +42,6 @@ PassRefPtrWillBeRawPtr<SourceGraphic> SourceGraphic::create(Filter* filter)
return adoptRefWillBeNoop(new SourceGraphic(filter));
}
-const AtomicString& SourceGraphic::effectName()
-{
- DEFINE_STATIC_LOCAL(const AtomicString, s_effectName, ("SourceGraphic", AtomicString::ConstructFromLiteral));
- return s_effectName;
-}
-
FloatRect SourceGraphic::determineAbsolutePaintRect(const FloatRect& requestedRect)
{
FloatRect srcRect = intersection(m_sourceRect, requestedRect);
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698