| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index 6e90e93fc2913272e7a89bfde1b324240eb4e5d9..6cb92b953998a1a26747f31e228ee29c3d6d9e16 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -167,6 +167,7 @@ class CC_EXPORT LayerTreeHostImpl : public InputHandlerClient,
|
| base::TimeDelta interval) OVERRIDE;
|
| virtual void OnSendFrameToParentCompositorAck(const CompositorFrameAck& ack)
|
| OVERRIDE;
|
| + virtual void OnReceivedLatencyInfo(const LatencyInfo&) OVERRIDE { }
|
|
|
| // Called from LayerTreeImpl.
|
| void OnCanDrawStateChangedForTree();
|
|
|