| Index: content/browser/renderer_host/compositor_impl_android.h
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
|
| index 9b75bd910948bc8c0938734cdb60dc7ce9be6734..e24d58185b8db0fbe02f1077ae4ff3667a8b0236 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -69,7 +69,7 @@ class CONTENT_EXPORT CompositorImpl
|
| // LayerTreeHostClient implementation.
|
| virtual void WillBeginMainFrame(int frame_id) OVERRIDE {}
|
| virtual void DidBeginMainFrame() OVERRIDE {}
|
| - virtual void Animate(base::TimeTicks frame_begin_time) OVERRIDE {}
|
| + virtual void BeginMainFrame(const cc::BeginFrameArgs& args) OVERRIDE {}
|
| virtual void Layout() OVERRIDE;
|
| virtual void ApplyScrollAndScale(const gfx::Vector2d& scroll_delta,
|
| float page_scale) OVERRIDE {}
|
|
|