| 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 8d0ee39ac6faf30a491828f0d8c2287ab3219f42..c3ff99545740c6e39d65cc8ff62cec02c924f711 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -1400,7 +1400,8 @@ class LayerTreeHostImplOverridePhysicalTime : public LayerTreeHostImpl {
|
| 0) {}
|
|
|
| BeginFrameArgs CurrentBeginFrameArgs() const override {
|
| - return CreateBeginFrameArgsForTesting(fake_current_physical_time_);
|
| + return CreateBeginFrameArgsForTesting(BEGINFRAME_FROM_HERE,
|
| + fake_current_physical_time_);
|
| }
|
|
|
| void SetCurrentPhysicalTimeTicksForTest(base::TimeTicks fake_now) {
|
|
|