| 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;
|
|
|