summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/trees/layer_tree_impl.h')
-rw-r--r--cc/trees/layer_tree_impl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index bbea5d7..2f8fbfc7 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -333,12 +333,6 @@ class CC_EXPORT LayerTreeImpl {
void RemoveLayerWithCopyOutputRequest(LayerImpl* layer);
const std::vector<LayerImpl*>& LayersWithCopyOutputRequest() const;
- void AddSurfaceLayer(LayerImpl* layer);
- void RemoveSurfaceLayer(LayerImpl* layer);
- const std::vector<LayerImpl*>& SurfaceLayers() const {
- return surface_layers_;
- }
-
int current_render_surface_list_id() const {
return render_surface_layer_list_id_;
}
@@ -469,7 +463,6 @@ class CC_EXPORT LayerTreeImpl {
std::vector<PictureLayerImpl*> picture_layers_;
std::vector<LayerImpl*> layers_with_copy_output_request_;
- std::vector<LayerImpl*> surface_layers_;
// List of visible layers for the most recently prepared frame.
LayerImplList render_surface_layer_list_;