diff options
Diffstat (limited to 'content/renderer/webgraphicscontext3d_command_buffer_impl.h')
-rw-r--r-- | content/renderer/webgraphicscontext3d_command_buffer_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/webgraphicscontext3d_command_buffer_impl.h b/content/renderer/webgraphicscontext3d_command_buffer_impl.h index 122023a..99e4636 100644 --- a/content/renderer/webgraphicscontext3d_command_buffer_impl.h +++ b/content/renderer/webgraphicscontext3d_command_buffer_impl.h @@ -449,7 +449,7 @@ class WebGraphicsContext3DCommandBufferImpl std::vector<WGC3Denum> synthetic_errors_; #ifdef FLIP_FRAMEBUFFER_VERTICALLY - scoped_ptr<uint8> scanline_; + scoped_array<uint8> scanline_; void FlipVertically(uint8* framebuffer, unsigned int width, unsigned int height); |