| Index: gpu/ipc/service/pass_through_image_transport_surface.h
|
| diff --git a/gpu/ipc/service/pass_through_image_transport_surface.h b/gpu/ipc/service/pass_through_image_transport_surface.h
|
| index 678568c3c8cb9bfb5fe7c477f69e72470e8ea8f7..edefbfebcd1ecd8a85aec148349ab59a2ce90520 100644
|
| --- a/gpu/ipc/service/pass_through_image_transport_surface.h
|
| +++ b/gpu/ipc/service/pass_through_image_transport_surface.h
|
| @@ -24,8 +24,7 @@ class GpuCommandBufferStub;
|
| // GLSurfaceAdapter, thereby forwarding GLSurface methods through to it.
|
| class PassThroughImageTransportSurface : public gl::GLSurfaceAdapter {
|
| public:
|
| - PassThroughImageTransportSurface(GpuChannelManager* manager,
|
| - GpuCommandBufferStub* stub,
|
| + PassThroughImageTransportSurface(GpuCommandBufferStub* stub,
|
| gl::GLSurface* surface);
|
|
|
| // GLSurface implementation.
|
|
|