| Index: cc/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/layer_tree_host_impl_unittest.cc b/cc/layer_tree_host_impl_unittest.cc
|
| index 05e18e5d3b7245920d213d693e2d0f9b9d5264b6..9c2f1d0ad8fc2af851a38247791796792845fab5 100644
|
| --- a/cc/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/layer_tree_host_impl_unittest.cc
|
| @@ -102,6 +102,7 @@ public:
|
| virtual void SendManagedMemoryStats() OVERRIDE { }
|
| virtual bool IsInsideDraw() OVERRIDE { return false; }
|
| virtual void RenewTreePriority() OVERRIDE { }
|
| + virtual void RequestScrollbarAnimationOnImplThread(base::TimeDelta delay) OVERRIDE { }
|
|
|
| void setReduceMemoryResult(bool reduceMemoryResult) { m_reduceMemoryResult = reduceMemoryResult; }
|
|
|
|
|