| Index: cc/output/delegating_renderer_unittest.cc
|
| diff --git a/cc/output/delegating_renderer_unittest.cc b/cc/output/delegating_renderer_unittest.cc
|
| index e2708600395df88097c874a67a769705a86f6d26..cf85cb93ad4003951cb91ba2ae12bc179e4e0558 100644
|
| --- a/cc/output/delegating_renderer_unittest.cc
|
| +++ b/cc/output/delegating_renderer_unittest.cc
|
| @@ -120,12 +120,12 @@ class DelegatingRendererTestResources : public DelegatingRendererTest {
|
| ASSERT_TRUE(last_frame.delegated_frame_data);
|
|
|
| EXPECT_EQ(2u, last_frame.delegated_frame_data->render_pass_list.size());
|
| - // Each render pass has 7 resources in it. And the root render pass has a
|
| - // mask resource used when drawing the child render pass. The number 7 may
|
| - // change if AppendOneOfEveryQuadType is updated, and the value here should
|
| - // be updated accordingly.
|
| + // Each render pass has 9 resources in it. And the root render pass has a
|
| + // mask resource used when drawing the child render pass. The number 9 may
|
| + // change if AppendOneOfEveryQuadType() is updated, and the value here
|
| + // should be updated accordingly.
|
| EXPECT_EQ(
|
| - 15u, last_frame.delegated_frame_data->resource_list.size());
|
| + 19u, last_frame.delegated_frame_data->resource_list.size());
|
|
|
| EndTest();
|
| }
|
|
|