| Index: content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| ===================================================================
|
| --- content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h (revision 127751)
|
| +++ content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h (working copy)
|
| @@ -516,7 +516,7 @@
|
| 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);
|
|
|