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

Unified Diff: ui/ozone/platform/dri/dri_window_delegate_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/dri_window_delegate_impl.h ('k') | ui/ozone/platform/dri/dri_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/dri_window_delegate_manager.h
diff --git a/ui/ozone/platform/dri/dri_window_delegate_manager.h b/ui/ozone/platform/dri/dri_window_delegate_manager.h
index eb4f7b923145e14a7e9ee57c7f40878568056fe8..5a4ed27bdb8771133129549fb906e5dcf970c42d 100644
--- a/ui/ozone/platform/dri/dri_window_delegate_manager.h
+++ b/ui/ozone/platform/dri/dri_window_delegate_manager.h
@@ -7,12 +7,13 @@
#include "base/containers/scoped_ptr_hash_map.h"
#include "ui/gfx/native_widget_types.h"
+#include "ui/ozone/ozone_export.h"
namespace ui {
class DriWindowDelegate;
-class DriWindowDelegateManager {
+class OZONE_EXPORT DriWindowDelegateManager {
public:
DriWindowDelegateManager();
~DriWindowDelegateManager();
« no previous file with comments | « ui/ozone/platform/dri/dri_window_delegate_impl.h ('k') | ui/ozone/platform/dri/dri_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698