| Index: Source/platform/graphics/filters/FEOffset.cpp
|
| diff --git a/Source/platform/graphics/filters/FEOffset.cpp b/Source/platform/graphics/filters/FEOffset.cpp
|
| index a978882eae45df902bb6568a8a7dd4dd1b25142c..28f21a87512a12ad97e463875684d689a7fd2f5b 100644
|
| --- a/Source/platform/graphics/filters/FEOffset.cpp
|
| +++ b/Source/platform/graphics/filters/FEOffset.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "platform/text/TextStream.h"
|
| #include "third_party/skia/include/core/SkDevice.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| FEOffset::FEOffset(Filter* filter, float dx, float dy)
|
| : FilterEffect(filter)
|
| @@ -110,4 +110,4 @@ TextStream& FEOffset::externalRepresentation(TextStream& ts, int indent) const
|
| return ts;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|