| Index: content/browser/renderer_host/compositor_impl_android.cc
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
|
| index da0c00f72cf8797cabecb9575921dbf5eb375d5f..1e89df27654372cb2afbaca75a6a8e4523c4a7d0 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -40,6 +40,7 @@
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
| #include "ui/gfx/android/device_display_info.h"
|
| #include "ui/gfx/android/java_bitmap.h"
|
| +#include "ui/gfx/frame_time.h"
|
| #include "webkit/common/gpu/context_provider_in_process.h"
|
| #include "webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h"
|
|
|
| @@ -153,7 +154,7 @@ CompositorImpl::~CompositorImpl() {
|
|
|
| void CompositorImpl::Composite() {
|
| if (host_)
|
| - host_->Composite(base::TimeTicks::Now());
|
| + host_->Composite(gfx::FrameTime::Now());
|
| }
|
|
|
| void CompositorImpl::SetRootLayer(scoped_refptr<cc::Layer> root_layer) {
|
|
|