| Index: cc/resource_provider_unittest.cc
|
| diff --git a/cc/resource_provider_unittest.cc b/cc/resource_provider_unittest.cc
|
| index 869c518a37da8a4b09fa4dbed75d996537196c49..400cb2f7815a7af8b291033238245ecffcf5215c 100644
|
| --- a/cc/resource_provider_unittest.cc
|
| +++ b/cc/resource_provider_unittest.cc
|
| @@ -196,7 +196,7 @@ public:
|
| memcpy(pending->mailbox, mailbox, sizeof(pending->mailbox));
|
| pending->texture = m_textures.take(m_currentTexture);
|
| m_textures.set(m_currentTexture, scoped_ptr<Texture>());
|
| - m_pendingProduceTextures.append(pending.Pass());
|
| + m_pendingProduceTextures.push_back(pending.Pass());
|
| }
|
|
|
| virtual void consumeTextureCHROMIUM(WGC3Denum target, const WGC3Dbyte* mailbox)
|
|
|