Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / FrameData.h
index f27857f..740eec3 100644 (file)
 #include "wtf/VectorTraits.h"
 
 namespace WebCore {
-struct FrameData;
-}
-
-namespace WTF {
-template<> struct VectorTraits<WebCore::FrameData> : public SimpleClassVectorTraits {
-    static const bool canInitializeWithMemset = false; // Not all FrameData members initialize to 0.
-};
-}
-
-namespace WebCore {
 
 class NativeImageSkia;
 
@@ -68,4 +58,10 @@ public:
 
 } // namespace WebCore
 
+namespace WTF {
+template<> struct VectorTraits<WebCore::FrameData> : public SimpleClassVectorTraits<WebCore::FrameData> {
+    static const bool canInitializeWithMemset = false; // Not all FrameData members initialize to 0.
+};
+}
+
 #endif // FrameData_h