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 62197fd53deb190d95e8ba4f9b329ac3ffc519c0..7fc1155b1edf817f570a5fbb6a954a23a34e6936 100644 |
--- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
+++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
@@ -60,8 +60,8 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl |
size_t GetMappedMemoryLimit(); |
- // WebGraphicsContext3DImpl methods |
- virtual bool InitializeOnCurrentThread() OVERRIDE; |
+ // former WebGraphicsContext3DImpl methods |
+ virtual bool InitializeOnCurrentThread(); |
jamesr
2014/09/26 20:05:40
why is this virtual?
|
//---------------------------------------------------------------------- |
// WebGraphicsContext3D methods |