| Index: Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/Source/platform/graphics/Canvas2DLayerBridge.h b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index 97461db26623973c9f31cdf51e2ed547dbdb7726..3e681dd01209f3e992379b847b28260c53c739b3 100644
|
| --- a/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -134,6 +134,7 @@ protected:
|
| uint32_t m_lastImageId;
|
| Vector<MailboxInfo> m_mailboxes;
|
| int m_releasedMailboxInfoIndex;
|
| + int m_activeMailboxCount;
|
| };
|
| }
|
| #endif
|
|
|