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 2fe59c5d67c0e525c6c5012c04a7e30b11c2a1ae..a017b4e563b987b6f3c5f5fc3d5ca519e11ea315 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
@@ -142,8 +142,8 @@ class WebGraphicsContext3DCommandBufferImpl |
return mem_limits_.mapped_memory_reclaim_limit; |
} |
- // WebGraphicsContext3DImpl methods |
- virtual bool InitializeOnCurrentThread() OVERRIDE; |
+ // former WebGraphicsContext3DImpl methods |
jamesr
2014/09/26 20:05:40
comment's not useful. history lives in the revisio
|
+ virtual bool InitializeOnCurrentThread(); |
jamesr
2014/09/26 20:05:40
why virtual?
|
//---------------------------------------------------------------------- |
// WebGraphicsContext3D methods |