| Index: components/mus/surfaces/display_compositor.h
|
| diff --git a/components/mus/surfaces/display_compositor.h b/components/mus/surfaces/display_compositor.h
|
| index 27d1eebf3cfd285519d6be250394878291016224..efbf99236fff5bcd1f7fd297cbfd94474d1996ca 100644
|
| --- a/components/mus/surfaces/display_compositor.h
|
| +++ b/components/mus/surfaces/display_compositor.h
|
| @@ -39,7 +39,7 @@
|
| // a CompositorFrame once per BeginFrame tick. The callback is called the
|
| // first time this frame is used to draw, or if the frame is discarded.
|
| void SubmitCompositorFrame(
|
| - cc::CompositorFrame frame,
|
| + std::unique_ptr<cc::CompositorFrame> frame,
|
| const base::Callback<void(cc::SurfaceDrawStatus)>& callback);
|
|
|
| // TODO(fsamuel): This is used for surface hittesting and should not be
|
|
|