| Index: components/mus/ws/platform_display.h
|
| diff --git a/components/mus/ws/platform_display.h b/components/mus/ws/platform_display.h
|
| index e16a46c193687d300d7628f30966eec5f9d4edc3..9b19220f23469c7adea1c198ef0fc0ade5fa6b9f 100644
|
| --- a/components/mus/ws/platform_display.h
|
| +++ b/components/mus/ws/platform_display.h
|
| @@ -150,7 +150,7 @@
|
| // if there is budget for it.
|
| void DidDraw(cc::SurfaceDrawStatus status);
|
| void UpdateMetrics(const gfx::Size& size, float device_scale_factor);
|
| - cc::CompositorFrame GenerateCompositorFrame();
|
| + std::unique_ptr<cc::CompositorFrame> GenerateCompositorFrame();
|
|
|
| // ui::PlatformWindowDelegate:
|
| void OnBoundsChanged(const gfx::Rect& new_bounds) override;
|
|
|