| 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 ba004f9d01167d5a04a800e889dc90aa9afc567d..845e830aad4413470de71a4f7984d101edb0c356 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -77,7 +77,8 @@ class CONTENT_EXPORT CompositorImpl
|
| virtual void Layout() OVERRIDE {}
|
| virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta,
|
| float page_scale) OVERRIDE {}
|
| - virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface() OVERRIDE;
|
| + virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
|
| + OVERRIDE;
|
| virtual void DidInitializeOutputSurface(bool success) OVERRIDE {}
|
| virtual void WillCommit() OVERRIDE {}
|
| virtual void DidCommit() OVERRIDE {}
|
|
|