| Index: ui/ozone/platform/dri/overlay_plane.h
|
| diff --git a/ui/ozone/platform/dri/overlay_plane.h b/ui/ozone/platform/dri/overlay_plane.h
|
| index 536712f99f270b3833cbb4d036d2024aeb48f0bc..7e8e1d56220d21c9be3ff323d17891a62f3aae76 100644
|
| --- a/ui/ozone/platform/dri/overlay_plane.h
|
| +++ b/ui/ozone/platform/dri/overlay_plane.h
|
| @@ -31,7 +31,7 @@ struct OverlayPlane {
|
| ~OverlayPlane();
|
|
|
| // Returns the primary plane in |overlays|.
|
| - static const OverlayPlane& GetPrimaryPlane(const OverlayPlaneList& overlays);
|
| + static const OverlayPlane* GetPrimaryPlane(const OverlayPlaneList& overlays);
|
|
|
| scoped_refptr<ScanoutBuffer> buffer;
|
| int z_order;
|
|
|