| Index: cc/output_surface.h
|
| diff --git a/cc/output_surface.h b/cc/output_surface.h
|
| index 3d62f184fbc8b30ac6aa0a948a7c7d81799a0df0..065871cff3c94848d6327b3081fe537ddefd5ddd 100644
|
| --- a/cc/output_surface.h
|
| +++ b/cc/output_surface.h
|
| @@ -55,7 +55,7 @@ class CC_EXPORT OutputSurface : public WebKit::WebCompositorOutputSurface {
|
|
|
| // Sends frame data to the parent compositor. This should only be called when
|
| // capabilities().has_parent_compositor.
|
| - virtual void SendFrameToParentCompositor(const CompositorFrame&) {}
|
| + virtual void SendFrameToParentCompositor(CompositorFrame&) {}
|
| };
|
|
|
| } // namespace cc
|
|
|