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

Unified Diff: cc/ipc/cc_serialization_perftest.cc

Issue 2873593002: Force use of and cache render surface. (Closed)
Patch Set: Rebased to resolve conflict. 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
« no previous file with comments | « cc/ipc/cc_param_traits_unittest.cc ('k') | cc/ipc/render_pass.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/cc_serialization_perftest.cc
diff --git a/cc/ipc/cc_serialization_perftest.cc b/cc/ipc/cc_serialization_perftest.cc
index ec1956c144d2f867f5a49e60e5b5c77c4456f374..4bd3d0ddcc04c5f50ba3346fcad51c24482a51bf 100644
--- a/cc/ipc/cc_serialization_perftest.cc
+++ b/cc/ipc/cc_serialization_perftest.cc
@@ -305,7 +305,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) {
« no previous file with comments | « cc/ipc/cc_param_traits_unittest.cc ('k') | cc/ipc/render_pass.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698