Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
index 9aebaf0ce1fc89bef4c00d5a1985de5d88192639..885720299b89a543e849f4a0ac1c76b6a73806ca 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
@@ -142,14 +142,11 @@ class WebGraphicsContext3DCommandBufferImpl |
return mem_limits_.mapped_memory_reclaim_limit; |
} |
+ // WebGraphicsContext3DImpl methods |
+ virtual bool InitializeOnCurrentThread() OVERRIDE; |
+ |
//---------------------------------------------------------------------- |
// WebGraphicsContext3D methods |
- |
- // Must be called after initialize() and before any of the following methods. |
- // Permanently binds to the first calling thread. Returns false if the |
- // graphics context fails to create. Do not call from more than one thread. |
- virtual bool makeContextCurrent(); |
- |
virtual bool isContextLost(); |
virtual WGC3Denum getGraphicsResetStatusARB(); |