Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1773)

Unified Diff: cc/surfaces/surface_aggregator_test_helpers.h

Issue 448303002: Use custom ListContainer to allocate DrawQuads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@perftest
Patch Set: change header files to try fix compile error Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/surfaces/surface_aggregator.cc ('k') | cc/surfaces/surface_aggregator_test_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « cc/surfaces/surface_aggregator.cc ('k') | cc/surfaces/surface_aggregator_test_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698