| Index: content/common/cc_messages_unittest.cc
|
| diff --git a/content/common/cc_messages_unittest.cc b/content/common/cc_messages_unittest.cc
|
| index 7711c23f38c8575feb161326bf6c1ad414f30eaa..7e8a7f3f67fe6e291d84c99809a1a7b7ef361bd1 100644
|
| --- a/content/common/cc_messages_unittest.cc
|
| +++ b/content/common/cc_messages_unittest.cc
|
| @@ -189,7 +189,7 @@ class CCMessagesTest : public testing::Test {
|
| }
|
|
|
| void Compare(const YUVVideoDrawQuad* a, const YUVVideoDrawQuad* b) {
|
| - EXPECT_EQ(a->tex_scale, b->tex_scale);
|
| + EXPECT_EQ(a->tex_coord_rect, b->tex_coord_rect);
|
| EXPECT_EQ(a->y_plane_resource_id, b->y_plane_resource_id);
|
| EXPECT_EQ(a->u_plane_resource_id, b->u_plane_resource_id);
|
| EXPECT_EQ(a->v_plane_resource_id, b->v_plane_resource_id);
|
| @@ -420,7 +420,7 @@ TEST_F(CCMessagesTest, AllQuads) {
|
| arbitrary_rect2_inside_rect1,
|
| arbitrary_rect1_inside_rect1,
|
| arbitrary_bool1,
|
| - arbitrary_sizef1,
|
| + arbitrary_rectf1,
|
| arbitrary_resourceid1,
|
| arbitrary_resourceid2,
|
| arbitrary_resourceid3,
|
|
|