| 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 e1277532a916b7efe045645b65858edd27bf4cc1..d65a3c65fda585f31127e85ab2190e92b2c33204 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -68,8 +68,8 @@ class CONTENT_EXPORT CompositorImpl
|
| gfx::JavaBitmap& bitmap) OVERRIDE;
|
|
|
| // LayerTreeHostClient implementation.
|
| - virtual void WillBeginFrame() OVERRIDE {}
|
| - virtual void DidBeginFrame() OVERRIDE {}
|
| + virtual void WillBeginMainFrame() OVERRIDE {}
|
| + virtual void DidBeginMainFrame() OVERRIDE {}
|
| virtual void Animate(double frame_begin_time) OVERRIDE {}
|
| virtual void Layout() OVERRIDE {}
|
| virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta,
|
|
|