| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index 4aa714074ce6f7b299b87be9c3123b5d4da58df3..c602b9bfa89c963069ab94d4c3dcaaa3c4a9420b 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1558,7 +1558,7 @@ CompositorFrameMetadata LayerTreeHostImpl::MakeCompositorFrameMetadata() const {
|
|
|
| for (LayerImpl* surface_layer : active_tree_->SurfaceLayers()) {
|
| metadata.referenced_surfaces.push_back(
|
| - static_cast<SurfaceLayerImpl*>(surface_layer)->surface_id());
|
| + static_cast<SurfaceLayerImpl*>(surface_layer)->surface_info().id());
|
| }
|
| if (!InnerViewportScrollLayer())
|
| return metadata;
|
|
|