| Index: content/common/cc_messages_unittest.cc
|
| diff --git a/content/common/cc_messages_unittest.cc b/content/common/cc_messages_unittest.cc
|
| index c42a6d7467f8c02dac8fa8724b647b3b7ef54f07..b7988863fefa2320dc5e88452c6cd351b84d6b78 100644
|
| --- a/content/common/cc_messages_unittest.cc
|
| +++ b/content/common/cc_messages_unittest.cc
|
| @@ -258,6 +258,7 @@ TEST_F(CCMessagesTest, AllQuads) {
|
| bool arbitrary_bool3 = true;
|
| bool arbitrary_bool4 = true;
|
| bool arbitrary_bool5 = false;
|
| + bool arbitrary_bool6 = true;
|
| int arbitrary_context_id1 = 12;
|
| int arbitrary_context_id2 = 57;
|
| int arbitrary_context_id3 = -503;
|
| @@ -406,9 +407,9 @@ TEST_F(CCMessagesTest, AllQuads) {
|
| texture_in->SetAll(shared_state3_in, arbitrary_rect2,
|
| arbitrary_rect2_inside_rect2, arbitrary_rect1_inside_rect2,
|
| arbitrary_bool1, arbitrary_resourceid1, arbitrary_size1,
|
| - arbitrary_bool2, arbitrary_pointf1,
|
| - arbitrary_pointf2, arbitrary_color, arbitrary_float_array,
|
| - arbitrary_bool4, arbitrary_bool5);
|
| + arbitrary_bool2, arbitrary_pointf1, arbitrary_pointf2,
|
| + arbitrary_color, arbitrary_float_array, arbitrary_bool4,
|
| + arbitrary_bool5, arbitrary_bool6);
|
| pass_cmp->CopyFromAndAppendDrawQuad(texture_in,
|
| texture_in->shared_quad_state);
|
|
|
|
|