| Index: content/renderer/android/synchronous_compositor_output_surface.cc
|
| diff --git a/content/renderer/android/synchronous_compositor_output_surface.cc b/content/renderer/android/synchronous_compositor_output_surface.cc
|
| index 1c73f3d3ae3c630c7e8cee995490bfbb2c7f474c..67f04058a3f6777b7ad15221b234e70fc0a19636 100644
|
| --- a/content/renderer/android/synchronous_compositor_output_surface.cc
|
| +++ b/content/renderer/android/synchronous_compositor_output_surface.cc
|
| @@ -197,7 +197,7 @@ void SynchronousCompositorOutputSurface::InvokeComposite(
|
| // whole view. Tracking bug to implement this: crbug.com/230463.
|
| client_->SetNeedsRedrawRect(damage_area);
|
| if (vsync_enabled_)
|
| - client_->DidVSync(base::TimeTicks::Now());
|
| + client_->BeginImplFrame(base::TimeTicks::Now());
|
| }
|
|
|
| void SynchronousCompositorOutputSurface::UpdateCompositorClientSettings() {
|
|
|