Index: cc/surfaces/surface_aggregator_test_helpers.h |
diff --git a/cc/surfaces/surface_aggregator_test_helpers.h b/cc/surfaces/surface_aggregator_test_helpers.h |
index 798682ba44907b6bb6eda263d8201c83b863d511..4e02472a0f1045b1c129c83f74b9e032fcad48ba 100644 |
--- a/cc/surfaces/surface_aggregator_test_helpers.h |
+++ b/cc/surfaces/surface_aggregator_test_helpers.h |
@@ -81,13 +81,13 @@ void AddPasses(RenderPassList* pass_list, |
Pass* passes, |
size_t pass_count); |
-void TestQuadMatchesExpectations(Quad expected_quad, DrawQuad* quad); |
+void TestQuadMatchesExpectations(Quad expected_quad, const DrawQuad* quad); |
-void TestPassMatchesExpectations(Pass expected_pass, RenderPass* pass); |
+void TestPassMatchesExpectations(Pass expected_pass, const RenderPass* pass); |
void TestPassesMatchExpectations(Pass* expected_passes, |
size_t expected_pass_count, |
- RenderPassList* passes); |
+ const RenderPassList* passes); |
} // namespace test |
} // namespace cc |