| Index: Source/platform/graphics/filters/FETile.cpp
|
| diff --git a/Source/platform/graphics/filters/FETile.cpp b/Source/platform/graphics/filters/FETile.cpp
|
| index bcbe9fb7d80c36789b4cd57d6ec0fb60b4301e97..5aaa8ad8c79762f295103c0fa654aa204329d954 100644
|
| --- a/Source/platform/graphics/filters/FETile.cpp
|
| +++ b/Source/platform/graphics/filters/FETile.cpp
|
| @@ -33,7 +33,7 @@
|
| #include "platform/transforms/AffineTransform.h"
|
| #include "third_party/skia/include/core/SkDevice.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| FETile::FETile(Filter* filter)
|
| : FilterEffect(filter)
|
| @@ -128,4 +128,4 @@ TextStream& FETile::externalRepresentation(TextStream& ts, int indent) const
|
| return ts;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|