summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/GraphicsContextPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/GraphicsContextPrivate.h')
-rw-r--r--WebCore/platform/graphics/GraphicsContextPrivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/GraphicsContextPrivate.h b/WebCore/platform/graphics/GraphicsContextPrivate.h
index 696932e..985cad9 100644
--- a/WebCore/platform/graphics/GraphicsContextPrivate.h
+++ b/WebCore/platform/graphics/GraphicsContextPrivate.h
@@ -29,6 +29,7 @@
#include "Gradient.h"
#include "GraphicsContext.h"
#include "Pattern.h"
+#include "TransformationMatrix.h"
namespace WebCore {
@@ -78,6 +79,8 @@ namespace WebCore {
bool shadowsIgnoreTransforms;
#if PLATFORM(CAIRO)
float globalAlpha;
+#elif PLATFORM(QT)
+ TransformationMatrix pathTransform;
#endif
};