| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| index 33f6ea1e1148ab637a8ed4aff27769feaa6b7f82..ddb92d14be9368192dd21c8ab095d3c011b8bdb6 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| @@ -575,7 +575,7 @@ void WebGraphicsContext3DCommandBufferImpl::reshapeWithScaleFactor(
|
| cached_width_ = width;
|
| cached_height_ = height;
|
|
|
| - gl_->ResizeCHROMIUM(width, height);
|
| + gl_->ResizeCHROMIUM(width, height, scale_factor);
|
| }
|
|
|
| void WebGraphicsContext3DCommandBufferImpl::FlipVertically(
|
|
|