summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/transforms/TransformationMatrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/transforms/TransformationMatrix.h')
-rw-r--r--WebCore/platform/graphics/transforms/TransformationMatrix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/transforms/TransformationMatrix.h b/WebCore/platform/graphics/transforms/TransformationMatrix.h
index a7fbb3d..33f9afe 100644
--- a/WebCore/platform/graphics/transforms/TransformationMatrix.h
+++ b/WebCore/platform/graphics/transforms/TransformationMatrix.h
@@ -29,6 +29,7 @@
#include "FloatPoint.h"
#include "IntPoint.h"
#include <string.h> //for memcpy
+#include <wtf/FastAllocBase.h>
#if PLATFORM(CG)
#include <CoreGraphics/CGAffineTransform.h>
@@ -49,7 +50,7 @@ class FloatPoint3D;
class FloatRect;
class FloatQuad;
-class TransformationMatrix {
+class TransformationMatrix : public FastAllocBase {
public:
typedef double Matrix4[4][4];