| 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 27f2f504ef57229b1f1ec6348a086df6433b6305..20a08a44822ea73d5cbc11a6384d5c5d9a2d86c3 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -99,7 +99,6 @@ class LayerTreeHostImplClient {
|
| public:
|
| virtual void DidLoseCompositorFrameSinkOnImplThread() = 0;
|
| virtual void SetBeginFrameSource(BeginFrameSource* source) = 0;
|
| - virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) = 0;
|
| virtual void DidSwapBuffersCompleteOnImplThread() = 0;
|
| virtual void OnCanDrawStateChanged(bool can_draw) = 0;
|
| virtual void NotifyReadyToActivate() = 0;
|
|
|