| 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 93eb529b3fa84e975afd08aaf64778fdd47f701b..93cb5bacf23ad3ab2e42825541681b3dc6d1e074 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) { }
|
|
|
| void setReduceMemoryResult(bool reduceMemoryResult) { m_reduceMemoryResult = reduceMemoryResult; }
|
|
|
|
|