| 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 07a3353749b4f6963cb609d0975db9e85f8e24c5..eb9d9f3de0128eeea1f7ebec2b29b402ca670925 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -77,6 +77,10 @@ class CONTENT_EXPORT CompositorImpl
|
| virtual void didCommitAndDrawFrame() OVERRIDE;
|
| virtual void didCompleteSwapBuffers() OVERRIDE;
|
| virtual void scheduleComposite() OVERRIDE;
|
| + virtual scoped_refptr<cc::ContextProvider>
|
| + OffscreenContextProviderForMainThread() OVERRIDE;
|
| + virtual scoped_refptr<cc::ContextProvider>
|
| + OffscreenContextProviderForCompositorThread() OVERRIDE;
|
|
|
| // WebGraphicsContext3DSwapBuffersClient implementation.
|
| virtual void OnViewContextSwapBuffersPosted() OVERRIDE;
|
| @@ -100,6 +104,8 @@ class CONTENT_EXPORT CompositorImpl
|
| Compositor::Client* client_;
|
| base::WeakPtrFactory<CompositorImpl> weak_factory_;
|
|
|
| + scoped_refptr<cc::ContextProvider> null_offscreen_context_provider_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(CompositorImpl);
|
| };
|
|
|
|
|