Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: Source/platform/graphics/FrameData.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/graphics/DrawLooperBuilder.cpp ('k') | Source/platform/graphics/FrameData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
};
}
« no previous file with comments | « Source/platform/graphics/DrawLooperBuilder.cpp ('k') | Source/platform/graphics/FrameData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698