| Index: cc/surfaces/surface_aggregator.cc
|
| diff --git a/cc/surfaces/surface_aggregator.cc b/cc/surfaces/surface_aggregator.cc
|
| index 421fbc58cfd4ae41edb581811db6997ca54c382c..21e85ca0f610df0fef493a40c9884507e98d21ed 100644
|
| --- a/cc/surfaces/surface_aggregator.cc
|
| +++ b/cc/surfaces/surface_aggregator.cc
|
| @@ -687,8 +687,8 @@ gfx::Rect SurfaceAggregator::PrewalkTree(const SurfaceId& surface_id,
|
|
|
| CHECK(debug_weak_this.get());
|
| if (surface->factory()) {
|
| - surface->factory()->WillDrawSurface(surface->surface_id().local_frame_id(),
|
| - damage_rect);
|
| + surface->factory()->WillDrawSurface(
|
| + surface->surface_id().local_surface_id(), damage_rect);
|
| }
|
|
|
| CHECK(debug_weak_this.get());
|
|
|