| 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..7b6b1ffbaf9c1da90f3e8c7b44b11c9776f104dc 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<webkit::gpu::ContextProvider>
|
| + OffscreenContextProviderForMainThread() OVERRIDE;
|
| + virtual scoped_refptr<webkit::gpu::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<webkit::gpu::ContextProvider> null_offscreen_context_provider_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(CompositorImpl);
|
| };
|
|
|
|
|