| 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 778f56200a43d25bde81135f868e627903f3868d..81b811d8574ccbc5c663da048eed740b7e393f92 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -120,9 +120,6 @@
|
|
|
| // Called when page scale animation has completed on the impl thread.
|
| virtual void DidCompletePageScaleAnimationOnImplThread() = 0;
|
| -
|
| - // Called when output surface asks for a draw.
|
| - virtual void OnDrawForOutputSurface() = 0;
|
|
|
| protected:
|
| virtual ~LayerTreeHostImplClient() {}
|
| @@ -298,7 +295,6 @@
|
| void ReclaimResources(const CompositorFrameAck* ack) override;
|
| void SetMemoryPolicy(const ManagedMemoryPolicy& policy) override;
|
| void SetTreeActivationCallback(const base::Closure& callback) override;
|
| - void OnDraw() override;
|
|
|
| // Called from LayerTreeImpl.
|
| void OnCanDrawStateChangedForTree();
|
|
|