| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 13d79129de690f6f4ac07a412ac0094cac6902cc..108374c1defb3a957fa6b7c25bedef96ce75d43a 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -43,7 +43,6 @@ class LayerTreeDebugState;
|
| class LayerTreeImpl;
|
| class LayerTreeSettings;
|
| class MemoryHistory;
|
| -class OutputSurface;
|
| class PageScaleAnimation;
|
| class PictureLayerImpl;
|
| class TaskRunnerProvider;
|
| @@ -77,7 +76,6 @@ class CC_EXPORT LayerTreeImpl {
|
| const LayerTreeSettings& settings() const;
|
| const LayerTreeDebugState& debug_state() const;
|
| ContextProvider* context_provider() const;
|
| - OutputSurface* output_surface() const;
|
| ResourceProvider* resource_provider() const;
|
| TileManager* tile_manager() const;
|
| ImageDecodeController* image_decode_controller() const;
|
|
|