summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h')
-rw-r--r--Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h b/Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h
index 95ba249aa..bf577344b 100644
--- a/Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h
+++ b/Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h
@@ -44,6 +44,9 @@ class BitmapTexturePool {
WTF_MAKE_NONCOPYABLE(BitmapTexturePool);
WTF_MAKE_FAST_ALLOCATED;
public:
+#if PLATFORM(QT)
+ BitmapTexturePool();
+#endif
#if USE(TEXTURE_MAPPER_GL)
explicit BitmapTexturePool(RefPtr<GraphicsContext3D>&&);
#endif