| Index: cc/resources/texture_mailbox.cc
|
| diff --git a/cc/resources/texture_mailbox.cc b/cc/resources/texture_mailbox.cc
|
| index bc8915e583c639f89e7b34856c14c0a7dfbdc70a..c79ee62c7d9b10348759a32d5090b429a1fd8ccc 100644
|
| --- a/cc/resources/texture_mailbox.cc
|
| +++ b/cc/resources/texture_mailbox.cc
|
| @@ -15,6 +15,8 @@ namespace cc {
|
| TextureMailbox::TextureMailbox() : shared_bitmap_(NULL) {
|
| }
|
|
|
| +TextureMailbox::TextureMailbox(const TextureMailbox& other) = default;
|
| +
|
| TextureMailbox::TextureMailbox(const gpu::MailboxHolder& mailbox_holder)
|
| : mailbox_holder_(mailbox_holder),
|
| shared_bitmap_(NULL),
|
|
|