| 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 0f396803400483af3f29e14d6a4d7dae1305d505..3c0db5c16fb5035e3564d494af652043d0bfb63c 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"
|
| @@ -1312,8 +1313,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) {
|
|
|