| 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 f2aa4c466772d91e94cec074afe6253b0d83e1c7..86662a5bf9daac9e37343724694af66e1fa8350d 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -129,7 +129,7 @@ CompositorImpl::~CompositorImpl() {
|
|
|
| void CompositorImpl::Composite() {
|
| if (host_.get())
|
| - host_->Composite();
|
| + host_->Composite(base::TimeTicks::Now());
|
| }
|
|
|
| void CompositorImpl::SetRootLayer(scoped_refptr<cc::Layer> root_layer) {
|
|
|