Index: ui/ozone/platform/wayland/wayland_object.h |
diff --git a/ui/ozone/platform/wayland/wayland_object.h b/ui/ozone/platform/wayland/wayland_object.h |
index cd925c1bdafb4f4a5f3df1631476c51c0adf8e29..8caac246ab451a4b2d885e531a16d451de93fe62 100644 |
--- a/ui/ozone/platform/wayland/wayland_object.h |
+++ b/ui/ozone/platform/wayland/wayland_object.h |
@@ -11,6 +11,7 @@ |
struct wl_buffer; |
struct wl_compositor; |
+struct wl_output; |
struct wl_pointer; |
struct wl_registry; |
struct wl_seat; |
@@ -44,6 +45,12 @@ struct ObjectTraits<wl_display> { |
}; |
template <> |
+struct ObjectTraits<wl_output> { |
+ static const wl_interface* interface; |
+ static void (*deleter)(wl_output*); |
+}; |
+ |
+template <> |
struct ObjectTraits<wl_pointer> { |
static const wl_interface* interface; |
static void (*deleter)(wl_pointer*); |