| Index: cc/output/delegating_renderer_unittest.cc
|
| diff --git a/cc/output/delegating_renderer_unittest.cc b/cc/output/delegating_renderer_unittest.cc
|
| index ab88909ca5a60cfa7cf469a4595347809885903a..86e9e31f32b37bf8c95d14b3f8017437c737eec2 100644
|
| --- a/cc/output/delegating_renderer_unittest.cc
|
| +++ b/cc/output/delegating_renderer_unittest.cc
|
| @@ -116,12 +116,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 11 resources in it. And the root render pass has a
|
| + // Each render pass has 10 resources in it. And the root render pass has a
|
| // mask resource used when drawing the child render pass, as well as its
|
| - // replica (it's added twice). The number 11 may change if
|
| + // replica (it's added twice). The number 10 may change if
|
| // AppendOneOfEveryQuadType() is updated, and the value here should be
|
| // updated accordingly.
|
| - EXPECT_EQ(24u, last_frame.delegated_frame_data->resource_list.size());
|
| + EXPECT_EQ(22u, last_frame.delegated_frame_data->resource_list.size());
|
|
|
| EndTest();
|
| }
|
|
|