| Index: Source/platform/graphics/gpu/DrawingBuffer.h
|
| diff --git a/Source/platform/graphics/gpu/DrawingBuffer.h b/Source/platform/graphics/gpu/DrawingBuffer.h
|
| index a53ac37c29a09cdb8ef0853696ad3a8489419996..bbcae0b2fa6a0840511d401b4bbe29eb7300347f 100644
|
| --- a/Source/platform/graphics/gpu/DrawingBuffer.h
|
| +++ b/Source/platform/graphics/gpu/DrawingBuffer.h
|
| @@ -301,7 +301,7 @@ private:
|
| OwnPtr<WebExternalTextureLayer> m_layer;
|
|
|
| // All of the mailboxes that this DrawingBuffer has ever created.
|
| - Vector<RefPtr<MailboxInfo> > m_textureMailboxes;
|
| + Vector<RefPtr<MailboxInfo>> m_textureMailboxes;
|
| // Mailboxes that were released by the compositor can be used again by this DrawingBuffer.
|
| Deque<WebExternalTextureMailbox> m_recycledMailboxQueue;
|
|
|
|
|