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 42897d3b7a79379c03043ba81280ab4ae971f253..b6d9214c771da53c180e647a6c55bfc1c66cd745 100644 |
--- a/cc/test/fake_layer_tree_host_impl_client.h |
+++ b/cc/test/fake_layer_tree_host_impl_client.h |
@@ -28,7 +28,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient { |
virtual void SetNeedsManageTilesOnImplThread() OVERRIDE {} |
virtual void PostAnimationEventsToMainThreadOnImplThread( |
scoped_ptr<AnimationEventsVector> events, |
- base::Time wall_clock_time) OVERRIDE {} |
+ base::TimeTicks clock_time) OVERRIDE {} |
ajuma
2014/02/28 02:32:03
AnimationEvents already store a monotonic_time, so
|
virtual bool ReduceContentsTextureMemoryOnImplThread( |
size_t limit_bytes, |
int priority_cutoff) OVERRIDE; |