summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h')
-rw-r--r--WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h b/WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h
index 7430dbc..0a0aaf0 100644
--- a/WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h
+++ b/WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h
@@ -37,6 +37,8 @@ public:
return adoptRef(new Matrix3DTransformOperation(matrix));
}
+ TransformationMatrix matrix() const {return m_matrix; }
+
private:
virtual bool isIdentity() const { return m_matrix.isIdentity(); }