summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/qt/GraphicsLayerQt.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/qt/GraphicsLayerQt.h')
-rw-r--r--Source/WebCore/platform/graphics/qt/GraphicsLayerQt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/qt/GraphicsLayerQt.h b/Source/WebCore/platform/graphics/qt/GraphicsLayerQt.h
index b1692d2..8027143 100644
--- a/Source/WebCore/platform/graphics/qt/GraphicsLayerQt.h
+++ b/Source/WebCore/platform/graphics/qt/GraphicsLayerQt.h
@@ -26,6 +26,8 @@
#include "GraphicsLayer.h"
#include "GraphicsLayerClient.h"
+#if !defined(QT_NO_GRAPHICSVIEW)
+
namespace WebCore {
class GraphicsLayerQtImpl;
@@ -92,4 +94,5 @@ private:
};
}
+#endif
#endif // GraphicsLayerQt_h