Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
index ba7f44a09204a048a2792f01e36334c87b0d2211..5125b294f5d5a34668f453f0751c0e176fd897f4 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
@@ -533,7 +533,7 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl |
std::vector<WGC3Denum> synthetic_errors_; |
#ifdef FLIP_FRAMEBUFFER_VERTICALLY |
- scoped_array<uint8> scanline_; |
+ std::vector<uint8> scanline_; |
void FlipVertically(uint8* framebuffer, |
unsigned int width, |
unsigned int height); |