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 0248dff31f66fab2b82b3c997f357f8f8b25d833..62197fd53deb190d95e8ba4f9b329ac3ffc519c0 100644 |
--- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
+++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
@@ -60,10 +60,11 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl |
size_t GetMappedMemoryLimit(); |
+ // WebGraphicsContext3DImpl methods |
+ virtual bool InitializeOnCurrentThread() OVERRIDE; |
+ |
//---------------------------------------------------------------------- |
// WebGraphicsContext3D methods |
- virtual bool makeContextCurrent(); |
- |
virtual bool isContextLost(); |
virtual WGC3Denum getGraphicsResetStatusARB(); |