| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 9ef5f6cc7b4b186dc171ad61748f330335bbae86..cb1e7c72ff938ccbf223b8005a4d65177e7cbdf0 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -139,7 +139,6 @@ class LayerTreeHostImplClient {
|
| // state.
|
| class CC_EXPORT LayerTreeHostImpl
|
| : public InputHandler,
|
| - public RendererClient,
|
| public TileManagerClient,
|
| public OutputSurfaceClient,
|
| public TopControlsManagerClient,
|
| @@ -252,6 +251,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| void AnimatePendingTreeAfterCommit();
|
| void MainThreadHasStoppedFlinging();
|
| void DidAnimateScrollOffset();
|
| + void SetFullViewportDamage();
|
| void SetViewportDamage(const gfx::Rect& damage_rect);
|
|
|
| void SetTreeLayerFilterMutated(ElementId element_id,
|
| @@ -342,9 +342,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| // Viewport rect in view space used for tiling prioritization.
|
| const gfx::Rect ViewportRectForTilePriority() const;
|
|
|
| - // RendererClient implementation.
|
| - void SetFullRootLayerDamage() override;
|
| -
|
| // TileManagerClient implementation.
|
| void NotifyReadyToActivate() override;
|
| void NotifyReadyToDraw() override;
|
|
|