Index: ui/ozone/platform/drm/gpu/hardware_display_controller.h |
diff --git a/ui/ozone/platform/drm/gpu/hardware_display_controller.h b/ui/ozone/platform/drm/gpu/hardware_display_controller.h |
index ee08ebbe01257ad574ab62a914e5014635e86ded..1f8b558828e7edff4ec843745839596982aa9e54 100644 |
--- a/ui/ozone/platform/drm/gpu/hardware_display_controller.h |
+++ b/ui/ozone/platform/drm/gpu/hardware_display_controller.h |
@@ -147,7 +147,7 @@ class OZONE_EXPORT HardwareDisplayController { |
scoped_refptr<DrmDevice> GetAllocationDrmDevice() const; |
private: |
- base::ScopedPtrHashMap<DrmDevice*, HardwareDisplayPlaneList> |
+ base::ScopedPtrHashMap<DrmDevice*, scoped_ptr<HardwareDisplayPlaneList>> |
owned_hardware_planes_; |
// Stores the CRTC configuration. This is used to identify monitors and |