| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| index 831c4f28461cdf668b485dc080c6cd4ad70d983f..f60d354bf077c2b710857cd80a35da5e3fc0d289 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| @@ -954,7 +954,7 @@ void WebGraphicsContext3DInProcessCommandBufferImpl::reshapeWithScaleFactor(
|
| // TODO(gmam): See if we can comment this in.
|
| // ClearContext();
|
|
|
| - gl_->ResizeCHROMIUM(width, height);
|
| + gl_->ResizeCHROMIUM(width, height, scale_factor);
|
| }
|
|
|
| WebGLId WebGraphicsContext3DInProcessCommandBufferImpl::createCompositorTexture(
|
|
|