| Index: content/renderer/gpu/delegated_compositor_output_surface.h
|
| diff --git a/content/renderer/gpu/delegated_compositor_output_surface.h b/content/renderer/gpu/delegated_compositor_output_surface.h
|
| index 774c4c91d175f34a1051d30455af2a4fb1d931ea..c3a7dbb4be5a808ecbdfb2a630d661d091dbd571 100644
|
| --- a/content/renderer/gpu/delegated_compositor_output_surface.h
|
| +++ b/content/renderer/gpu/delegated_compositor_output_surface.h
|
| @@ -13,6 +13,7 @@ class DelegatedCompositorOutputSurface : public CompositorOutputSurface {
|
| public:
|
| DelegatedCompositorOutputSurface(
|
| int32 routing_id,
|
| + uint32 output_surface_id,
|
| WebGraphicsContext3DCommandBufferImpl* context3d,
|
| cc::SoftwareOutputDevice* software);
|
| virtual ~DelegatedCompositorOutputSurface() {}
|
|
|