Index: ui/ozone/platform/dri/overlay_plane.h |
diff --git a/ui/ozone/platform/dri/overlay_plane.h b/ui/ozone/platform/dri/overlay_plane.h |
index 7e8e1d56220d21c9be3ff323d17891a62f3aae76..9b566ac5ca3d3d126dcf3bf2bcc85e01d2a59d5f 100644 |
--- a/ui/ozone/platform/dri/overlay_plane.h |
+++ b/ui/ozone/platform/dri/overlay_plane.h |
@@ -10,6 +10,7 @@ |
#include "base/memory/ref_counted.h" |
#include "ui/gfx/geometry/rect.h" |
#include "ui/gfx/overlay_transform.h" |
+#include "ui/ozone/ozone_export.h" |
namespace ui { |
@@ -18,7 +19,7 @@ class ScanoutBuffer; |
struct OverlayPlane; |
typedef std::vector<OverlayPlane> OverlayPlaneList; |
-struct OverlayPlane { |
+struct OZONE_EXPORT OverlayPlane { |
// Simpler constructor for the primary plane. |
explicit OverlayPlane(scoped_refptr<ScanoutBuffer> buffer); |