diff options
Diffstat (limited to 'gpu/command_buffer/service/command_buffer_service.h')
-rw-r--r-- | gpu/command_buffer/service/command_buffer_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer/service/command_buffer_service.h b/gpu/command_buffer/service/command_buffer_service.h index 2c59678..8b3e038 100644 --- a/gpu/command_buffer/service/command_buffer_service.h +++ b/gpu/command_buffer/service/command_buffer_service.h @@ -19,7 +19,7 @@ namespace gpu { // An object that implements a shared memory command buffer and a synchronous // API to manage the put and get pointers. -class CommandBufferService : public CommandBuffer { +class GPU_EXPORT CommandBufferService : public CommandBuffer { public: typedef base::Callback<bool(int32)> GetBufferChangedCallback; CommandBufferService(); |