Export CoreAnimation symbols for Thunderbird bustage fix. b=559259 r=Bas

--HG--
extra : rebase_source : 1d2a962cabe4541cd57b925cf4889fea00b61834
This commit is contained in:
Benoit Girard 2010-05-20 17:48:15 -04:00
Родитель 5a563d64f0
Коммит e52ac354be
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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);