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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 2514033002: Introducing SurfaceReferenceFactory (Closed)
Patch Set: up Created 4 years 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
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 e27073c6351fc2341e27cb411ae7621e9c8730d3..cde9a6bf459f853304e6f3f5b700e2f38256b96f 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;

Powered by Google App Engine
This is Rietveld 408576698