Index: content/renderer/gpu/compositor_output_surface.cc |
diff --git a/content/renderer/gpu/compositor_output_surface.cc b/content/renderer/gpu/compositor_output_surface.cc |
index 5578298470470474b8abdf10107705ad9f4a7db0..106ab989261bde6870648515d8301b5995fa17e8 100644 |
--- a/content/renderer/gpu/compositor_output_surface.cc |
+++ b/content/renderer/gpu/compositor_output_surface.cc |
@@ -91,7 +91,7 @@ cc::SoftwareOutputDevice* CompositorOutputSurface::SoftwareDevice() const { |
} |
void CompositorOutputSurface::SendFrameToParentCompositor( |
- const cc::CompositorFrame& frame) { |
+ cc::CompositorFrame& frame) { |
DCHECK(CalledOnValidThread()); |
Send(new ViewHostMsg_SwapCompositorFrame(routing_id_, frame)); |
} |