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