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 167b65a0a2ecfb629fab2472949b5bc59ddf238a..1322f835e08d0e75f29d17c3aba64ed729847e98 100644 |
--- a/cc/trees/layer_tree_host_impl_unittest.cc |
+++ b/cc/trees/layer_tree_host_impl_unittest.cc |
@@ -38,6 +38,7 @@ |
#include "cc/quads/tile_draw_quad.h" |
#include "cc/resources/layer_tiling_data.h" |
#include "cc/test/animation_test_common.h" |
+#include "cc/test/begin_frame_args_test.h" |
#include "cc/test/fake_layer_tree_host_impl.h" |
#include "cc/test/fake_output_surface.h" |
#include "cc/test/fake_output_surface_client.h" |
@@ -1330,8 +1331,8 @@ class LayerTreeHostImplOverridePhysicalTime : public LayerTreeHostImpl { |
manager, |
0) {} |
- virtual base::TimeTicks CurrentFrameTimeTicks() OVERRIDE { |
- return fake_current_physical_time_; |
+ virtual BeginFrameArgs CurrentBeginFrameArgs() const OVERRIDE { |
+ return CreateBeginFrameArgsForTesting(fake_current_physical_time_); |
} |
void SetCurrentPhysicalTimeTicksForTest(base::TimeTicks fake_now) { |