| Index: content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| diff --git a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| index daaa970a0a8b2d45d82d388e619c25aa36864eea..83ee81da6d6cc273267741ab0dedc68dc33572e5 100644
|
| --- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| @@ -135,7 +135,7 @@ OffscreenBrowserCompositorOutputSurface::GetFramebufferCopyTextureFormat() {
|
| }
|
|
|
| void OffscreenBrowserCompositorOutputSurface::SwapBuffers(
|
| - cc::CompositorFrame* frame) {
|
| + std::unique_ptr<cc::CompositorFrame> frame) {
|
| if (reflector_) {
|
| if (frame->gl_frame_data->sub_buffer_rect ==
|
| gfx::Rect(frame->gl_frame_data->size))
|
|
|