Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index 34cba0e394339a44191c581576f0e541d2e09d2d..05350ce2a566970523355c5e45a6225c8ac90586 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -137,7 +137,6 @@ class CC_EXPORT LayerTreeImpl { |
RenderSurfaceImpl* RootRenderSurface() const; |
bool LayerListIsEmpty() const; |
void SetRootLayerForTesting(std::unique_ptr<LayerImpl>); |
- void SetRootLayerFromLayerListForTesting(); |
void OnCanDrawStateChangedForTree(); |
bool IsRootLayer(const LayerImpl* layer) const; |
std::unique_ptr<OwnedLayerImplList> DetachLayers(); |