Index: cc/resource_provider_unittest.cc |
diff --git a/cc/resource_provider_unittest.cc b/cc/resource_provider_unittest.cc |
index 851144c9dcfefb6d0e69eda000b2e683449f8d26..ea30ec8fd59d7e1cbe4a6f22ec870c241b96f001 100644 |
--- a/cc/resource_provider_unittest.cc |
+++ b/cc/resource_provider_unittest.cc |
@@ -193,7 +193,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) |