Index: Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h |
diff --git a/Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h b/Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h |
index 731af2b6d65c3da9ad4729bb76255f38dbef4d04..701edd7d357bb3a1437d1ee71d75d8760c8e6b8f 100644 |
--- a/Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h |
+++ b/Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h |
@@ -113,11 +113,6 @@ protected: |
private: |
GraphicsSurface(const IntSize&, Flags); |
-#if PLATFORM(QT) |
- static void didReleaseImage(void*); |
-#endif |
- |
-private: |
uint32_t m_fbo; |
GraphicsSurfacePrivate* m_private; |
}; |