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 937e366285e7aa995eb442ef10e09e88171d2350..e82c2d9a0e464e5aa8136ee678bef5f0c4fe3219 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 |