| Index: cc/test/fake_layer_tree_host_impl_client.h
|
| diff --git a/cc/test/fake_layer_tree_host_impl_client.h b/cc/test/fake_layer_tree_host_impl_client.h
|
| index e50ca5704f4ffe9483062b6e3e80b8a0dc67b732..045872ece180bd34547ab79bddabefae0fc2d0c9 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -17,6 +17,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| virtual void onVSyncParametersChanged(
|
| base::TimeTicks,
|
| base::TimeDelta) OVERRIDE { }
|
| + virtual void didVSync(base::TimeTicks) OVERRIDE { }
|
| virtual void onCanDrawStateChanged(bool) OVERRIDE { }
|
| virtual void onHasPendingTreeStateChanged(bool) OVERRIDE { }
|
| virtual void setNeedsRedrawOnImplThread() OVERRIDE { }
|
|
|