summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/ContextShadow.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/ContextShadow.h')
-rw-r--r--WebCore/platform/graphics/ContextShadow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/ContextShadow.h b/WebCore/platform/graphics/ContextShadow.h
index fa778af..26f0a36 100644
--- a/WebCore/platform/graphics/ContextShadow.h
+++ b/WebCore/platform/graphics/ContextShadow.h
@@ -120,8 +120,10 @@ private:
PlatformImage m_layerImage;
PlatformContext m_layerContext;
+#if PLATFORM(QT)
// Used for reference when canvas scale(x,y) was called.
FloatRect m_unscaledLayerRect;
+#endif
void blurLayerImage(unsigned char*, const IntSize& imageSize, int stride);
void calculateLayerBoundingRect(const FloatRect& layerArea, const IntRect& clipRect);