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..7b87082bdba6a0a64686c71c38e037ce145bce22 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* render_pass, |
const gfx::Rect& occluded); |
void AppendSurfaceQuadsWithOcclusion(RenderSurfaceImpl* surface_impl, |
const gfx::Rect& occluded); |