Chromium Code Reviews| 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..9b4c7b6157b0ce1bc993432f18dc15c3f335f22e 100644 |
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
| @@ -142,8 +142,7 @@ class WebGraphicsContext3DCommandBufferImpl |
| return mem_limits_.mapped_memory_reclaim_limit; |
| } |
| - // WebGraphicsContext3DImpl methods |
| - virtual bool InitializeOnCurrentThread() OVERRIDE; |
| + CONTENT_EXPORT bool InitializeOnCurrentThread(); |
|
jamesr
2014/09/29 18:00:57
what's the export for? all the callers I can see a
|
| //---------------------------------------------------------------------- |
| // WebGraphicsContext3D methods |