Index: Source/platform/graphics/FrameData.h |
diff --git a/Source/platform/graphics/FrameData.h b/Source/platform/graphics/FrameData.h |
index 740eec3ea72b3ae7aedaf325efa6deb62ba38d0d..e6bb78091a38bb263e5aefda1a12ea41a9983e85 100644 |
--- a/Source/platform/graphics/FrameData.h |
+++ b/Source/platform/graphics/FrameData.h |
@@ -33,7 +33,7 @@ |
#include "wtf/RefPtr.h" |
#include "wtf/VectorTraits.h" |
-namespace WebCore { |
+namespace blink { |
class NativeImageSkia; |
@@ -56,10 +56,10 @@ public: |
unsigned m_frameBytes; |
}; |
-} // namespace WebCore |
+} // namespace blink |
namespace WTF { |
-template<> struct VectorTraits<WebCore::FrameData> : public SimpleClassVectorTraits<WebCore::FrameData> { |
+template<> struct VectorTraits<blink::FrameData> : public SimpleClassVectorTraits<blink::FrameData> { |
static const bool canInitializeWithMemset = false; // Not all FrameData members initialize to 0. |
}; |
} |