Chromium Code Reviews| 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 8715f81ba1c72c82b11a6c05b031c20abe5a8b54..490087ac88d44762f76af0c01a4f6c8fe58af44e 100644 |
| --- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
| +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
| @@ -47,12 +47,12 @@ namespace gpu { |
| class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl |
| : public NON_EXPORTED_BASE(WebKit::WebGraphicsContext3D) { |
| public: |
| - static WebGraphicsContext3DInProcessCommandBufferImpl* |
| + static WebKit::WebGraphicsContext3D* |
|
jamesr
2013/06/19 23:07:16
not your fault, but this would be better if it ret
no sievers
2013/06/20 00:43:47
Done.
|
| CreateViewContext( |
| const WebKit::WebGraphicsContext3D::Attributes& attributes, |
| gfx::AcceleratedWidget window); |
| - static WebGraphicsContext3DInProcessCommandBufferImpl* |
| + static WebKit::WebGraphicsContext3D* |
| CreateOffscreenContext( |
| const WebKit::WebGraphicsContext3D::Attributes& attributes); |