| Index: webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| index d3620b411b2e5e0f80574e46892f3e87bac5d82a..f96607d7dc3c4e3b724aea65049b200aeefab5cc 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| @@ -48,16 +48,19 @@ namespace gpu {
|
| class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl
|
| : public NON_EXPORTED_BASE(WebKit::WebGraphicsContext3D) {
|
| public:
|
| - static scoped_ptr<WebKit::WebGraphicsContext3D> CreateViewContext(
|
| - const WebKit::WebGraphicsContext3D::Attributes& attributes,
|
| - gfx::AcceleratedWidget window);
|
| -
|
| - static scoped_ptr<WebKit::WebGraphicsContext3D> CreateOffscreenContext(
|
| - const WebKit::WebGraphicsContext3D::Attributes& attributes);
|
| -
|
| - static scoped_ptr<WebKit::WebGraphicsContext3D> WrapContext(
|
| - scoped_ptr< ::gpu::GLInProcessContext> context,
|
| - const WebKit::WebGraphicsContext3D::Attributes& attributes);
|
| + static scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
|
| + CreateViewContext(
|
| + const WebKit::WebGraphicsContext3D::Attributes& attributes,
|
| + gfx::AcceleratedWidget window);
|
| +
|
| + static scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
|
| + CreateOffscreenContext(
|
| + const WebKit::WebGraphicsContext3D::Attributes& attributes);
|
| +
|
| + static scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
|
| + WrapContext(
|
| + scoped_ptr< ::gpu::GLInProcessContext> context,
|
| + const WebKit::WebGraphicsContext3D::Attributes& attributes);
|
|
|
| virtual ~WebGraphicsContext3DInProcessCommandBufferImpl();
|
|
|
|
|