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