From e52ac354be4761132dff6c1060b36738c260cc33 Mon Sep 17 00:00:00 2001 From: Benoit Girard Date: Thu, 20 May 2010 17:48:15 -0400 Subject: [PATCH] Export CoreAnimation symbols for Thunderbird bustage fix. b=559259 r=Bas --HG-- extra : rebase_source : 1d2a962cabe4541cd57b925cf4889fea00b61834 --- gfx/src/thebes/utils/nsCoreAnimationSupport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/src/thebes/utils/nsCoreAnimationSupport.h b/gfx/src/thebes/utils/nsCoreAnimationSupport.h index 8c059d6750cf..6b042e37e0c1 100644 --- a/gfx/src/thebes/utils/nsCoreAnimationSupport.h +++ b/gfx/src/thebes/utils/nsCoreAnimationSupport.h @@ -46,7 +46,7 @@ #include "gfxTypes.h" // Get the system color space. -CGColorSpaceRef CreateSystemColorSpace(); +CGColorSpaceRef THEBES_API CreateSystemColorSpace(); // Manages a CARenderer struct _CGLPBufferObject; @@ -88,7 +88,7 @@ private: typedef uint32_t IOSurfaceID; -class nsIOSurface { +class THEBES_API nsIOSurface { public: static nsIOSurface *CreateIOSurface(int aWidth, int aHeight); static void ReleaseIOSurface(nsIOSurface *aIOSurface);