summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/eglconvenience/qeglplatformwindow_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/platformsupport/eglconvenience/qeglplatformwindow_p.h')
-rw-r--r--src/platformsupport/eglconvenience/qeglplatformwindow_p.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/platformsupport/eglconvenience/qeglplatformwindow_p.h b/src/platformsupport/eglconvenience/qeglplatformwindow_p.h
index 770c741623..17a1d07a79 100644
--- a/src/platformsupport/eglconvenience/qeglplatformwindow_p.h
+++ b/src/platformsupport/eglconvenience/qeglplatformwindow_p.h
@@ -48,6 +48,7 @@
QT_BEGIN_NAMESPACE
class QEGLPlatformBackingStore;
+class QPlatformTextureList;
class QEGLPlatformWindow : public QPlatformWindow
{
@@ -58,8 +59,9 @@ public:
QEGLPlatformBackingStore *backingStore() { return m_backingStore; }
void setBackingStore(QEGLPlatformBackingStore *backingStore) { m_backingStore = backingStore; }
- uint texture() const;
- bool isRaster() const { return m_raster; }
+ const QPlatformTextureList *textures() const;
+ void composited();
+ bool isRaster() const;
WId winId() const Q_DECL_OVERRIDE;