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

Unified Diff: cc/surfaces/surface_aggregator.cc

Issue 1427543002: Modified old wait sync point functions to also accept new sync tokens. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 5 years, 1 month 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/resources/video_resource_updater_unittest.cc ('k') | cc/test/layer_tree_pixel_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_aggregator.cc
diff --git a/cc/surfaces/surface_aggregator.cc b/cc/surfaces/surface_aggregator.cc
index 25c2584158b08952e3bccbcef6d4c39e615c43b1..a0108b7d09c99a6e135a0049d80ef881f8fedb21 100644
--- a/cc/surfaces/surface_aggregator.cc
+++ b/cc/surfaces/surface_aggregator.cc
@@ -132,7 +132,7 @@ int SurfaceAggregator::ChildIdForSurface(Surface* surface) {
int child_id =
provider_->CreateChild(base::Bind(&UnrefHelper, surface->factory()));
if (surface->factory()) {
- provider_->SetChildNeedsSyncPoints(
+ provider_->SetChildNeedsSyncTokens(
child_id, surface->factory()->needs_sync_points());
}
surface_id_to_resource_child_id_[surface->surface_id()] = child_id;
« no previous file with comments | « cc/resources/video_resource_updater_unittest.cc ('k') | cc/test/layer_tree_pixel_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698