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

Unified Diff: cc/ipc/cc_serialization_perftest.cc

Issue 2873593002: Force use of and cache render surface. (Closed)
Patch Set: Fix compile error. Created 3 years, 5 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
Index: cc/ipc/cc_serialization_perftest.cc
diff --git a/cc/ipc/cc_serialization_perftest.cc b/cc/ipc/cc_serialization_perftest.cc
index 6d731c0fcdff51781ce03016ee36da8d92744fa3..7e5666e4e98c032ca375e9edbdc772c9892c3ee3 100644
--- a/cc/ipc/cc_serialization_perftest.cc
+++ b/cc/ipc/cc_serialization_perftest.cc
@@ -303,7 +303,8 @@ class CCSerializationPerfTest : public testing::Test {
std::unique_ptr<RenderPass> pass_in = RenderPass::Create();
pass_in->SetAll(root_id, arbitrary_rect1, arbitrary_rect2,
arbitrary_matrix1, arbitrary_filters2, arbitrary_filters1,
- arbitrary_color_space, arbitrary_bool1);
+ arbitrary_color_space, arbitrary_bool1, arbitrary_bool1,
+ arbitrary_bool1);
// Texture quads
for (uint32_t i = 0; i < 10; ++i) {

Powered by Google App Engine
This is Rietveld 408576698