| Index: content/renderer/gpu/compositor_output_surface.h
|
| diff --git a/content/renderer/gpu/compositor_output_surface.h b/content/renderer/gpu/compositor_output_surface.h
|
| index b14c4a0701226049e306ba1a87febd4e1ee2146a..57b344ae5ed9b2b773b5e1c6adbef1879ee3ccb5 100644
|
| --- a/content/renderer/gpu/compositor_output_surface.h
|
| +++ b/content/renderer/gpu/compositor_output_surface.h
|
| @@ -44,8 +44,7 @@ class CompositorOutputSurface
|
| virtual const struct Capabilities& Capabilities() const OVERRIDE;
|
| virtual WebKit::WebGraphicsContext3D* Context3D() const OVERRIDE;
|
| virtual cc::SoftwareOutputDevice* SoftwareDevice() const OVERRIDE;
|
| - virtual void SendFrameToParentCompositor(
|
| - const cc::CompositorFrame&) OVERRIDE;
|
| + virtual void SendFrameToParentCompositor(cc::CompositorFrame*) OVERRIDE;
|
|
|
| private:
|
| class CompositorOutputSurfaceProxy :
|
|
|