| 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 c5dfd27ef7408e64b74daea79b49b00a090b3728..21e5e9a83125ecafca6bdd957bb9f4683df5e821 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -76,7 +76,7 @@ class CONTENT_EXPORT CompositorImpl
|
| virtual void DidBeginMainFrame() OVERRIDE {}
|
| virtual void Animate(double frame_begin_time) OVERRIDE {}
|
| virtual void Layout() OVERRIDE {}
|
| - virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta,
|
| + virtual void ApplyScrollAndScale(const gfx::Vector2d& scroll_delta,
|
| float page_scale) OVERRIDE {}
|
| virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
|
| OVERRIDE;
|
|
|