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

Unified Diff: ui/gfx/ozone/impl/dri_surface_factory.h

Issue 59263004: ozone: Fix shared component builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/events/ozone/evdev/event_factory.h ('k') | ui/gfx/ozone/impl/file_surface_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ozone/impl/dri_surface_factory.h
diff --git a/ui/gfx/ozone/impl/dri_surface_factory.h b/ui/gfx/ozone/impl/dri_surface_factory.h
index d8d15342510fccca67b8bc037eb868bb4aa1aa51..08e27929baaa7e23f4bc02bf40300b321e9bc022 100644
--- a/ui/gfx/ozone/impl/dri_surface_factory.h
+++ b/ui/gfx/ozone/impl/dri_surface_factory.h
@@ -17,7 +17,7 @@ class HardwareDisplayController;
// SurfaceFactoryOzone implementation on top of DRM/KMS using dumb buffers.
// This implementation is used in conjunction with the software rendering
// path.
-class DriSurfaceFactory : public SurfaceFactoryOzone {
+class GFX_EXPORT DriSurfaceFactory : public SurfaceFactoryOzone {
public:
DriSurfaceFactory();
virtual ~DriSurfaceFactory();
« no previous file with comments | « ui/events/ozone/evdev/event_factory.h ('k') | ui/gfx/ozone/impl/file_surface_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698