Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2199)

Unified Diff: cc/texture_layer_unittest.cc

Issue 12335088: Move sync point from TransferResourceList to individual TransferResources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resource_provider_unittest.cc ('k') | cc/transferable_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/texture_layer_unittest.cc
diff --git a/cc/texture_layer_unittest.cc b/cc/texture_layer_unittest.cc
index 721b1ad028551ee6c08b93dfb7f5e52ccfa35ac8..16487d575f4f0dc874215914943c32d4d1750538 100644
--- a/cc/texture_layer_unittest.cc
+++ b/cc/texture_layer_unittest.cc
@@ -480,7 +480,7 @@ TEST_F(TextureLayerImplWithMailboxTest, testCallbackOnInUseResource)
// Transfer some resources to the parent.
ResourceProvider::ResourceIdArray resourceIdsToTransfer;
resourceIdsToTransfer.push_back(id);
- TransferableResourceList list;
+ TransferableResourceArray list;
provider->prepareSendToParent(resourceIdsToTransfer, &list);
EXPECT_TRUE(provider->inUseByConsumer(id));
EXPECT_CALL(m_testData.m_mockCallback, Release(_, _)).Times(0);
« no previous file with comments | « cc/resource_provider_unittest.cc ('k') | cc/transferable_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698