| 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);
|
|
|