Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: ui/ozone/platform/dri/overlay_plane.h

Issue 886323004: ozone: dri: Fix undefined references in DRI platform GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: also fix gyp build Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h ('k') | ui/ozone/platform/dri/scoped_drm_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698