| Index: content/browser/renderer_host/browser_compositor_view_mac.h
|
| diff --git a/content/browser/renderer_host/browser_compositor_view_mac.h b/content/browser/renderer_host/browser_compositor_view_mac.h
|
| index 51589ba055722856ecbfbd4c6e9af28f52b6fb30..d0ecb715b53d458d9c7296e4b34e11399f542710 100644
|
| --- a/content/browser/renderer_host/browser_compositor_view_mac.h
|
| +++ b/content/browser/renderer_host/browser_compositor_view_mac.h
|
| @@ -90,7 +90,7 @@ class BrowserCompositorMac : public cc::BeginFrameObserver,
|
| SkColorType preferred_color_type);
|
| void CopyFromCompositingSurfaceToVideoFrame(
|
| const gfx::Rect& src_subrect,
|
| - const scoped_refptr<media::VideoFrame>& target,
|
| + scoped_refptr<media::VideoFrame> target,
|
| const base::Callback<void(const gfx::Rect&, bool)>& callback);
|
|
|
| // Indicate that the recyclable compositor should be destroyed, and no future
|
|
|