| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 90a2a8b7ab25462a229893d4a9a9558f61839ade..1f2cdbb37865b4eebc668092b0220082893fd79c 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -52,7 +52,6 @@ class TileManager;
|
| class UIResourceRequest;
|
| class VideoFrameControllerClient;
|
| struct PendingPageScaleAnimation;
|
| -struct RendererCapabilitiesImpl;
|
|
|
| typedef std::vector<UIResourceRequest> UIResourceRequestQueue;
|
| typedef SyncedProperty<AdditionGroup<float>> SyncedTopControls;
|
| @@ -77,7 +76,6 @@ class CC_EXPORT LayerTreeImpl {
|
| // ---------------------------------------------------------------------------
|
| const LayerTreeSettings& settings() const;
|
| const LayerTreeDebugState& debug_state() const;
|
| - const RendererCapabilitiesImpl& GetRendererCapabilities() const;
|
| ContextProvider* context_provider() const;
|
| OutputSurface* output_surface() const;
|
| ResourceProvider* resource_provider() const;
|
|
|