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

Unified Diff: ui/ozone/platform/dri/screen_manager.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/scoped_drm_types.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/screen_manager.h
diff --git a/ui/ozone/platform/dri/screen_manager.h b/ui/ozone/platform/dri/screen_manager.h
index 5eaae1aafa6a535e89c5980c7a478060e93aa535..22ea14a91ec4c98863480f5b80dd2a1563abc65f 100644
--- a/ui/ozone/platform/dri/screen_manager.h
+++ b/ui/ozone/platform/dri/screen_manager.h
@@ -8,6 +8,7 @@
#include "base/macros.h"
#include "base/memory/scoped_vector.h"
#include "base/observer_list.h"
+#include "ui/ozone/ozone_export.h"
#include "ui/ozone/platform/dri/display_change_observer.h"
#include "ui/ozone/platform/dri/hardware_display_controller.h"
@@ -25,7 +26,7 @@ class DriWrapper;
class ScanoutBufferGenerator;
// Responsible for keeping track of active displays and configuring them.
-class ScreenManager {
+class OZONE_EXPORT ScreenManager {
public:
ScreenManager(DriWrapper* dri, ScanoutBufferGenerator* surface_generator);
virtual ~ScreenManager();
« no previous file with comments | « ui/ozone/platform/dri/scoped_drm_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698