| Index: ui/ozone/platform/drm/gpu/crtc_controller.h
|
| diff --git a/ui/ozone/platform/drm/gpu/crtc_controller.h b/ui/ozone/platform/drm/gpu/crtc_controller.h
|
| index 5d3c6b1054794e8e7dccfffdbc39e171a2621e54..e624512b4846bf83472411ed53387c999ee2e737 100644
|
| --- a/ui/ozone/platform/drm/gpu/crtc_controller.h
|
| +++ b/ui/ozone/platform/drm/gpu/crtc_controller.h
|
| @@ -77,6 +77,8 @@ class OZONE_EXPORT CrtcController
|
|
|
| scoped_refptr<DrmDevice> drm_;
|
|
|
| + HardwareDisplayPlane* cursor_plane_; // Not owned.
|
| +
|
| // Buffers need to be declared first so that they are destroyed last. Needed
|
| // since the controllers may reference the buffers.
|
| OverlayPlaneList current_planes_;
|
|
|