| 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 7e9aca654e63d73c06cdcf05a00d963a1d0c5225..02f4cc60c6c94203c7e37f0bcff89c92d8be6c23 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -79,8 +79,7 @@ class CONTENT_EXPORT CompositorImpl
|
| const gfx::Vector2d& scroll_delta,
|
| float page_scale,
|
| float top_controls_delta) OVERRIDE {}
|
| - virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
|
| - OVERRIDE;
|
| + virtual void RequestNewOutputSurface(bool fallback) OVERRIDE;
|
| virtual void DidInitializeOutputSurface() OVERRIDE {}
|
| virtual void WillCommit() OVERRIDE {}
|
| virtual void DidCommit() OVERRIDE;
|
| @@ -112,6 +111,7 @@ class CONTENT_EXPORT CompositorImpl
|
| };
|
| void PostComposite(CompositingTrigger trigger);
|
| void Composite(CompositingTrigger trigger);
|
| + void CreateOutputSurface(bool fallback);
|
|
|
| bool WillCompositeThisFrame() const {
|
| return current_composite_task_ &&
|
|
|