| 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 66c8e0ef9c22d97010c603b89d08c09ce5b90148..31a5c81ffcb8409aff3777df119e129fde743276 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -545,7 +545,7 @@ class WebGraphicsContext3DCommandBufferImpl
|
| base::WeakPtrFactory<WebGraphicsContext3DCommandBufferImpl> weak_ptr_factory_;
|
|
|
| #ifdef FLIP_FRAMEBUFFER_VERTICALLY
|
| - scoped_array<uint8> scanline_;
|
| + std::vector<uint8> scanline_;
|
| void FlipVertically(uint8* framebuffer,
|
| unsigned int width,
|
| unsigned int height);
|
|
|