| 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 fc68a18334e87bc2b337ceebb780ee27c5ad2c0d..8afaab4460f026ee55e48d20109592acb1c6a20f 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -33,6 +33,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| virtual void SendManagedMemoryStats() OVERRIDE {}
|
| virtual bool IsInsideDraw() OVERRIDE;
|
| virtual void RenewTreePriority() OVERRIDE {}
|
| + virtual void RequestScrollbarAnimationOnImplThread(double) OVERRIDE { }
|
| };
|
|
|
| } // namespace cc
|
|
|