| Index: Source/platform/graphics/filters/FEDropShadow.cpp
|
| diff --git a/Source/platform/graphics/filters/FEDropShadow.cpp b/Source/platform/graphics/filters/FEDropShadow.cpp
|
| index 443a52c998bcab2862ff71f7f1c499035012eca0..be8986388c47187aaa8d6f905b75aeebaaa70d49 100644
|
| --- a/Source/platform/graphics/filters/FEDropShadow.cpp
|
| +++ b/Source/platform/graphics/filters/FEDropShadow.cpp
|
| @@ -31,7 +31,7 @@
|
|
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| FEDropShadow::FEDropShadow(Filter* filter, float stdX, float stdY, float dx, float dy, const Color& shadowColor, float shadowOpacity)
|
| : FilterEffect(filter)
|
| @@ -127,4 +127,4 @@ TextStream& FEDropShadow::externalRepresentation(TextStream& ts, int indent) con
|
| return ts;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|