| Index: content/common/gpu/image_transport_surface.cc
|
| diff --git a/content/common/gpu/image_transport_surface.cc b/content/common/gpu/image_transport_surface.cc
|
| index 96240c72d6e179c2adc0f63e9ac480f1a5aba5db..95ea7df099ffd720ba84b088cacd30a78881f16b 100644
|
| --- a/content/common/gpu/image_transport_surface.cc
|
| +++ b/content/common/gpu/image_transport_surface.cc
|
| @@ -106,9 +106,6 @@ void ImageTransportHelper::SendAcceleratedSurfaceNew(
|
| GpuHostMsg_AcceleratedSurfaceNew_Params params) {
|
| params.surface_id = stub_->surface_id();
|
| params.route_id = route_id_;
|
| -#if defined(OS_MACOSX)
|
| - params.window = handle_;
|
| -#endif
|
| manager_->Send(new GpuHostMsg_AcceleratedSurfaceNew(params));
|
| }
|
|
|
|
|