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 196b2ddabb397e7c4ab8ef77ad9b28911ae0f2ba..24ef64aaa7137d882571243858c72e09e86e8e65 100644 |
--- a/ui/ozone/platform/drm/gpu/hardware_display_controller.h |
+++ b/ui/ozone/platform/drm/gpu/hardware_display_controller.h |
@@ -184,7 +184,7 @@ class OZONE_EXPORT HardwareDisplayController |
std::deque<PageFlipRequest> requests_; |
scoped_refptr<ScanoutBuffer> cursor_buffer_; |
- base::ScopedPtrHashMap<DrmDevice*, HardwareDisplayPlaneList> |
+ base::ScopedPtrHashMap<DrmDevice*, scoped_ptr<HardwareDisplayPlaneList>> |
owned_hardware_planes_; |
// Stores the CRTC configuration. This is used to identify monitors and |