| 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 04ae395424fb14193fa4bd15e35d5a6983cc1e65..7af080b88bd41a8781f551ba9daa3ec452432ee7 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -71,7 +71,7 @@ class CONTENT_EXPORT CompositorImpl
|
| gfx::JavaBitmap& bitmap) OVERRIDE;
|
|
|
| // LayerTreeHostClient implementation.
|
| - virtual void WillBeginMainFrame() OVERRIDE {}
|
| + virtual void WillBeginMainFrame(int frame_id) OVERRIDE {}
|
| virtual void DidBeginMainFrame() OVERRIDE {}
|
| virtual void Animate(double frame_begin_time) OVERRIDE {}
|
| virtual void Layout() OVERRIDE {}
|
|
|