summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/platform/graphics/FrameData.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/platform/graphics/FrameData.h')
-rw-r--r--chromium/third_party/WebKit/Source/platform/graphics/FrameData.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/chromium/third_party/WebKit/Source/platform/graphics/FrameData.h b/chromium/third_party/WebKit/Source/platform/graphics/FrameData.h
index f27857f468c..740eec3ea72 100644
--- a/chromium/third_party/WebKit/Source/platform/graphics/FrameData.h
+++ b/chromium/third_party/WebKit/Source/platform/graphics/FrameData.h
@@ -34,16 +34,6 @@
#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