| 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 88f101bbdb9143ee59441e0f86a2a69c47ac35c9..05b383f4952d788a63de7d324143bf780d5d7599 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -75,6 +75,7 @@ class CONTENT_EXPORT CompositorImpl
|
| virtual void DidBeginMainFrame() OVERRIDE {}
|
| virtual void BeginMainFrame(const cc::BeginFrameArgs& args) OVERRIDE {}
|
| virtual void Layout() OVERRIDE;
|
| + virtual void SetTopControlsContentOffset(int offset) OVERRIDE {}
|
| virtual void ApplyScrollAndScale(const gfx::Vector2d& scroll_delta,
|
| float page_scale) OVERRIDE {}
|
| virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
|
|
|