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 7e8e1d56220d21c9be3ff323d17891a62f3aae76..536712f99f270b3833cbb4d036d2024aeb48f0bc 100644 |
--- a/ui/ozone/platform/dri/overlay_plane.h |
+++ b/ui/ozone/platform/dri/overlay_plane.h |
@@ -31,7 +31,7 @@ |
~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; |