| Index: ui/compositor/compositor.h
|
| diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
|
| index 1230c3330fca5eb0f9916d19f11e5fe155a44af8..e6ce889f525520693bd9d838da61f1230e16fed2 100644
|
| --- a/ui/compositor/compositor.h
|
| +++ b/ui/compositor/compositor.h
|
| @@ -134,9 +134,6 @@ 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>
|
|
|