| 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 54d7f17ab8b2d89a79141940e3573123b8ec9340..8b13638f614422e0ab1d195164f55e9843fe0026 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| @@ -54,10 +54,11 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl
|
|
|
| virtual ~WebGraphicsContext3DInProcessCommandBufferImpl();
|
|
|
| + // WebGraphicsContext3DImpl methods
|
| + virtual bool BindToCurrentThread() OVERRIDE;
|
| +
|
| //----------------------------------------------------------------------
|
| // WebGraphicsContext3D methods
|
| - virtual bool makeContextCurrent();
|
| -
|
| virtual bool isContextLost();
|
|
|
| virtual WGC3Denum getGraphicsResetStatusARB();
|
|
|