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

Unified Diff: content/common/cc_messages_unittest.cc

Issue 12378053: Move Mailbox from cc to gpu, and its traits to gpu/ipc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios hate 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 | « content/common/cc_messages.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/cc_messages_unittest.cc
diff --git a/content/common/cc_messages_unittest.cc b/content/common/cc_messages_unittest.cc
index 711af444338c083da012987d7a65b565eda9553a..64a46b0017116d2685f26ff38b2f9255663e6b4b 100644
--- a/content/common/cc_messages_unittest.cc
+++ b/content/common/cc_messages_unittest.cc
@@ -508,7 +508,7 @@ TEST_F(CCMessagesTest, Resources) {
arbitrary_resource1.format = 7;
arbitrary_resource1.filter = 53;
arbitrary_resource1.size = gfx::Size(37189, 123123);
- arbitrary_resource1.mailbox.setName(arbitrary_mailbox1);
+ arbitrary_resource1.mailbox.SetName(arbitrary_mailbox1);
TransferableResource arbitrary_resource2;
arbitrary_resource2.id = 789132;
@@ -516,7 +516,7 @@ TEST_F(CCMessagesTest, Resources) {
arbitrary_resource2.format = 30;
arbitrary_resource1.filter = 47;
arbitrary_resource2.size = gfx::Size(89123, 23789);
- arbitrary_resource2.mailbox.setName(arbitrary_mailbox2);
+ arbitrary_resource2.mailbox.SetName(arbitrary_mailbox2);
DelegatedFrameData frame_in;
frame_in.resource_list.push_back(arbitrary_resource1);
« no previous file with comments | « content/common/cc_messages.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698