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

Unified Diff: cc/trees/layer_tree_host_unittest_context.cc

Issue 1608303002: Removed OLD_SYNC_POINT sync token namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed cc_perftests, formatted Created 4 years, 11 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/trees/layer_tree_host_perftest.cc ('k') | content/common/cc_messages_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_unittest_context.cc
diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
index c84cc800a03c5ab45c0a598e041dff4974f025e4..dd05669929d186fb3077c2bf5019e38e3f98af4f 100644
--- a/cc/trees/layer_tree_host_unittest_context.cc
+++ b/cc/trees/layer_tree_host_unittest_context.cc
@@ -937,9 +937,9 @@ class LayerTreeHostContextTestDontUseLostResources
gfx::Rect(0, 0, 10, 10),
gfx::Rect(0, 0, 10, 10),
gfx::Transform());
- uint32_t mailbox_sync_point;
+ gpu::SyncToken mailbox_sync_token;
AddOneOfEveryQuadType(pass.get(), child_resource_provider_.get(),
- RenderPassId(2, 1), &mailbox_sync_point);
+ RenderPassId(2, 1), &mailbox_sync_token);
frame_data->render_pass_list.push_back(std::move(pass_for_quad));
frame_data->render_pass_list.push_back(std::move(pass));
« no previous file with comments | « cc/trees/layer_tree_host_perftest.cc ('k') | content/common/cc_messages_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698