| Index: services/ui/surfaces/display_compositor.h
|
| diff --git a/services/ui/surfaces/display_compositor.h b/services/ui/surfaces/display_compositor.h
|
| index a14704d40094f9e40dcac41a1764243db8fca70d..4966ba567bbbc22e44bf2f914e8910e94aa2a995 100644
|
| --- a/services/ui/surfaces/display_compositor.h
|
| +++ b/services/ui/surfaces/display_compositor.h
|
| @@ -39,7 +39,7 @@ class DisplayCompositor
|
| cc::mojom::DisplayCompositorClientPtr client);
|
| ~DisplayCompositor() override;
|
|
|
| - cc::SurfaceManager* manager() { return &manager_; }
|
| + cc::SurfaceManager* surface_manager() { return &manager_; }
|
|
|
| // cc::mojom::DisplayCompositor implementation:
|
| void CreateRootCompositorFrameSink(
|
|
|