| Index: cc/test/layer_test_common.h
|
| diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h
|
| index 5ff96efb725649febec4abdb4dfee30287ff4096..9b63f3f760502fc53ed53b0b5f600f174af3d5b0 100644
|
| --- a/cc/test/layer_test_common.h
|
| +++ b/cc/test/layer_test_common.h
|
| @@ -107,7 +107,7 @@ class LayerTestCommon {
|
| void AppendQuadsWithOcclusion(LayerImpl* layer_impl,
|
| const gfx::Rect& occluded);
|
| void AppendQuadsForPassWithOcclusion(LayerImpl* layer_impl,
|
| - const RenderPassId& id,
|
| + RenderPass* given_render_pass,
|
| const gfx::Rect& occluded);
|
| void AppendSurfaceQuadsWithOcclusion(RenderSurfaceImpl* surface_impl,
|
| const gfx::Rect& occluded);
|
|
|