| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index 1f6209e12bb7a92394543a764d74da9ecc7c96f2..aa439014b310991d08bd723f093024af09332801 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -133,8 +133,7 @@ class LayerTreeHostImplTest : public testing::Test,
|
| did_request_commit_ = true;
|
| }
|
| virtual void PostAnimationEventsToMainThreadOnImplThread(
|
| - scoped_ptr<AnimationEventsVector> events,
|
| - base::Time wall_clock_time) OVERRIDE {}
|
| + scoped_ptr<AnimationEventsVector> events) OVERRIDE {}
|
| virtual bool ReduceContentsTextureMemoryOnImplThread(
|
| size_t limit_bytes, int priority_cutoff) OVERRIDE {
|
| current_limit_bytes_ = limit_bytes;
|
|
|