| 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 9a44430902a04df7c14df2cc81bf5117673379f1..27712bb24d6a2238049e8357110387d05ddd8470 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -18,6 +18,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| base::TimeTicks,
|
| base::TimeDelta) OVERRIDE { }
|
| virtual void didVSync(base::TimeTicks) OVERRIDE { }
|
| + virtual void didReceiveLastInputEventForVSync() OVERRIDE { }
|
| virtual void onCanDrawStateChanged(bool) OVERRIDE { }
|
| virtual void onHasPendingTreeStateChanged(bool) OVERRIDE { }
|
| virtual void setNeedsRedrawOnImplThread() OVERRIDE { }
|
|
|