Index: Source/platform/graphics/filters/FEFlood.cpp |
diff --git a/Source/platform/graphics/filters/FEFlood.cpp b/Source/platform/graphics/filters/FEFlood.cpp |
index 3bd7991f5423a159fd2c77ca097c589457c30f38..f7204ee37e69c2508c84fb634ce3b165b7aef2e2 100644 |
--- a/Source/platform/graphics/filters/FEFlood.cpp |
+++ b/Source/platform/graphics/filters/FEFlood.cpp |
@@ -32,7 +32,7 @@ |
#include "platform/text/TextStream.h" |
#include "third_party/skia/include/core/SkDevice.h" |
-namespace WebCore { |
+namespace blink { |
FEFlood::FEFlood(Filter* filter, const Color& floodColor, float floodOpacity) |
: FilterEffect(filter) |
@@ -103,4 +103,4 @@ TextStream& FEFlood::externalRepresentation(TextStream& ts, int indent) const |
return ts; |
} |
-} // namespace WebCore |
+} // namespace blink |