From 643ca7872b450ea4efacab6188849e5aac2ba161 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 15 Dec 2009 10:12:09 +0000 Subject: Merge webkit.org at r51976 : Initial merge by git. Change-Id: Ib0e7e2f0fb4bee5a186610272edf3186f0986b43 --- WebCore/platform/graphics/transforms/TransformOperations.h | 2 +- WebCore/platform/graphics/transforms/TransformationMatrix.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'WebCore/platform/graphics/transforms') diff --git a/WebCore/platform/graphics/transforms/TransformOperations.h b/WebCore/platform/graphics/transforms/TransformOperations.h index dd56408..08efd23 100644 --- a/WebCore/platform/graphics/transforms/TransformOperations.h +++ b/WebCore/platform/graphics/transforms/TransformOperations.h @@ -31,7 +31,7 @@ namespace WebCore { -class TransformOperations { +class TransformOperations : public FastAllocBase { public: TransformOperations(bool makeIdentity = false); 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 //for memcpy +#include #if PLATFORM(CG) #include @@ -49,7 +50,7 @@ class FloatPoint3D; class FloatRect; class FloatQuad; -class TransformationMatrix { +class TransformationMatrix : public FastAllocBase { public: typedef double Matrix4[4][4]; -- cgit v1.1