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

Unified Diff: ui/ozone/platform/dri/hardware_display_plane_manager_legacy.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
« no previous file with comments | « ui/ozone/platform/dri/hardware_display_plane_manager.h ('k') | ui/ozone/platform/dri/overlay_plane.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h
diff --git a/ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h b/ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h
index a9cdf6486a2ad9804f7b97f9d2c30a5d018ca47a..07d05c479e0a6fb5161465261beb160c82d0a542 100644
--- a/ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h
+++ b/ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h
@@ -5,11 +5,13 @@
#ifndef UI_OZONE_PLATFORM_DRI_HARDWARE_DISPLAY_PLANE_MANAGER_ATOMIC_H_
#define UI_OZONE_PLATFORM_DRI_HARDWARE_DISPLAY_PLANE_MANAGER_ATOMIC_H_
+#include "ui/ozone/ozone_export.h"
#include "ui/ozone/platform/dri/hardware_display_plane_manager.h"
namespace ui {
-class HardwareDisplayPlaneManagerLegacy : public HardwareDisplayPlaneManager {
+class OZONE_EXPORT HardwareDisplayPlaneManagerLegacy
+ : public HardwareDisplayPlaneManager {
public:
HardwareDisplayPlaneManagerLegacy();
~HardwareDisplayPlaneManagerLegacy() override;
« no previous file with comments | « ui/ozone/platform/dri/hardware_display_plane_manager.h ('k') | ui/ozone/platform/dri/overlay_plane.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698