| 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 bcbc6c38280551860dcb56604095d2da2cbd50db..a5335644765360187b4c919e0cb48bc4937508a0 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -1178,7 +1178,7 @@ class LayerTreeHostImplOverridePhysicalTime : public LayerTreeHostImpl {
|
| manager,
|
| 0) {}
|
|
|
| - virtual base::TimeTicks CurrentPhysicalTimeTicks() const OVERRIDE {
|
| + virtual base::TimeTicks CurrentFrameTimeTicks() OVERRIDE {
|
| return fake_current_physical_time_;
|
| }
|
|
|
|
|