diff options
Diffstat (limited to 'content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h')
-rw-r--r-- | content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h index 01bf479..adc8f69 100644 --- a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h +++ b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h @@ -8,6 +8,7 @@ #if defined(ENABLE_GPU) +#include <string> #include <vector> #include "base/memory/scoped_ptr.h" @@ -25,7 +26,6 @@ #endif class GpuChannelHost; -class CommandBufferProxy; namespace gpu { namespace gles2 { @@ -50,7 +50,6 @@ using WebKit::WGC3Dsizeiptr; class WebGraphicsContext3DCommandBufferImpl : public WebKit::WebGraphicsContext3D { public: - WebGraphicsContext3DCommandBufferImpl(); virtual ~WebGraphicsContext3DCommandBufferImpl(); |