Index: ui/ozone/platform/drm/host/drm_window_host.h |
diff --git a/ui/ozone/platform/drm/host/drm_window_host.h b/ui/ozone/platform/drm/host/drm_window_host.h |
index a14000b08c889f08c417c0118a5cfd73c006e83a..1df7c7b20505bbfad2e7148753231e220adace54 100644 |
--- a/ui/ozone/platform/drm/host/drm_window_host.h |
+++ b/ui/ozone/platform/drm/host/drm_window_host.h |
@@ -21,11 +21,11 @@ namespace ui { |
class DrmDisplayHostManager; |
class DrmCursor; |
-class DrmGpuWindow; |
class DrmOverlayManager; |
class DrmWindowHostManager; |
class EventFactoryEvdev; |
class GpuThreadAdapter; |
+class PlatformWindowDelegate; |
// Implementation of the platform window. This object and its handle |widget_| |
// uniquely identify a window. Since the DRI/GBM platform is split into 2 |