Index: Source/platform/graphics/skia/SkiaUtils.cpp |
diff --git a/Source/platform/graphics/skia/SkiaUtils.cpp b/Source/platform/graphics/skia/SkiaUtils.cpp |
index ac2a0b397be449d3889a2f3dfcd24994ff3356fd..a6090712e64c3453bd0f299b3520095bffd0ae19 100644 |
--- a/Source/platform/graphics/skia/SkiaUtils.cpp |
+++ b/Source/platform/graphics/skia/SkiaUtils.cpp |
@@ -37,7 +37,7 @@ |
#include "platform/graphics/GraphicsContext.h" |
#include "platform/graphics/ImageBuffer.h" |
-namespace WebCore { |
+namespace blink { |
static const struct CompositOpToXfermodeMode { |
uint8_t mCompositOp; |
@@ -189,4 +189,4 @@ SkMatrix affineTransformToSkMatrix(const AffineTransform& source) |
return result; |
} |
-} // namespace WebCore |
+} // namespace blink |