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

Unified Diff: ui/compositor/compositor_export.h

Issue 10386108: Change the way _EXPORT macros look. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cros Created 8 years, 7 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/compositor/compositor_export.h
diff --git a/ui/compositor/compositor_export.h b/ui/compositor/compositor_export.h
index 7142e1701ea95feece36bfa6a5a9ef52b8084251..3c703490c900fd95cea269c6534ad8ee4d7e36c0 100644
--- a/ui/compositor/compositor_export.h
+++ b/ui/compositor/compositor_export.h
@@ -16,7 +16,11 @@
#endif // defined(COMPOSITOR_IMPLEMENTATION)
#else // defined(WIN32)
+#if defined(COMPOSITOR_IMPLEMENTATION)
#define COMPOSITOR_EXPORT __attribute__((visibility("default")))
+#else
+#define COMPOSITOR_EXPORT
+#endif
#endif
#else // defined(COMPONENT_BUILD)
« ui/aura/aura_export.h ('K') | « ui/base/ui_export.h ('k') | ui/gl/gl_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698