summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/transforms/TransformOperations.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/transforms/TransformOperations.h')
-rw-r--r--WebCore/platform/graphics/transforms/TransformOperations.h2
1 files changed, 1 insertions, 1 deletions
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);