| Index: content/common/gpu/texture_image_transport_surface.cc
|
| diff --git a/content/common/gpu/texture_image_transport_surface.cc b/content/common/gpu/texture_image_transport_surface.cc
|
| index b24d8834ce70d5f91458a0b9d47b355614e57ff1..d354bef215388de84b5c060a7ded228bdfd5b2fb 100644
|
| --- a/content/common/gpu/texture_image_transport_surface.cc
|
| +++ b/content/common/gpu/texture_image_transport_surface.cc
|
| @@ -403,8 +403,6 @@ void TextureImageTransportSurface::CreateBackTexture() {
|
| const MailboxName& name = mailbox_name(backbuffer_.surface_handle);
|
|
|
| GpuHostMsg_AcceleratedSurfaceNew_Params params;
|
| - params.width = current_size_.width();
|
| - params.height = current_size_.height();
|
| params.surface_handle = backbuffer_.surface_handle;
|
| params.mailbox_name.append(
|
| reinterpret_cast<const char*>(&name), sizeof(name));
|
|
|