| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index 7be0145cc20ed12407bcf79388afbc5c864a3edb..12f2f01771bf0b3a63abe01b5a3577413a9eb7be 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -56,6 +56,7 @@
|
| #include "cc/trees/quad_culler.h"
|
| #include "cc/trees/single_thread_proxy.h"
|
| #include "cc/trees/tree_synchronizer.h"
|
| +#include "ui/gfx/frame_time.h"
|
| #include "ui/gfx/size_conversions.h"
|
| #include "ui/gfx/vector2d_conversions.h"
|
|
|
| @@ -2681,7 +2682,7 @@ base::Time LayerTreeHostImpl::CurrentFrameTime() {
|
| }
|
|
|
| base::TimeTicks LayerTreeHostImpl::CurrentPhysicalTimeTicks() const {
|
| - return base::TimeTicks::Now();
|
| + return gfx::FrameTime::Now();
|
| }
|
|
|
| scoped_ptr<base::Value> LayerTreeHostImpl::AsValueWithFrame(
|
|
|