| Index: ui/compositor/compositor.h
|
| diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
|
| index bc97dbafd6a4fdb0b4907ac99ff48075a661df81..1230c3330fca5eb0f9916d19f11e5fe155a44af8 100644
|
| --- a/ui/compositor/compositor.h
|
| +++ b/ui/compositor/compositor.h
|
| @@ -53,6 +53,7 @@ class WebGraphicsContext3D;
|
| namespace webkit {
|
| namespace gpu {
|
| class ContextProviderInProcess;
|
| +class WebGraphicsContext3DInProcessCommandBufferImpl;
|
| }
|
| }
|
|
|
| @@ -133,6 +134,9 @@ class COMPOSITOR_EXPORT DefaultContextFactory : public ContextFactory {
|
| bool Initialize();
|
|
|
| private:
|
| + static scoped_ptr<webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl>
|
| + CreateViewContext(Compositor* compositor);
|
| +
|
| scoped_refptr<webkit::gpu::ContextProviderInProcess>
|
| offscreen_contexts_main_thread_;
|
| scoped_refptr<webkit::gpu::ContextProviderInProcess>
|
|
|