summaryrefslogtreecommitdiffstats
path: root/src/core/delegated_frame_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/delegated_frame_node.h')
-rw-r--r--src/core/delegated_frame_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/delegated_frame_node.h b/src/core/delegated_frame_node.h
index 98861eefa..a031a464f 100644
--- a/src/core/delegated_frame_node.h
+++ b/src/core/delegated_frame_node.h
@@ -75,7 +75,7 @@ private:
QExplicitlySharedDataPointer<DelegatedFrameNodeData> m_data;
QList<QSharedPointer<RenderPassTexture> > m_renderPassTextures;
int m_numPendingSyncPoints;
- FenceSync m_mailboxesGLFence;
+ QMap<uint32, gfx::TransferableFence> m_mailboxGLFences;
QWaitCondition m_mailboxesFetchedWaitCond;
QMutex m_mutex;