diff options
Diffstat (limited to 'ui/gfx/mac/nsimage_cache.h')
-rw-r--r-- | ui/gfx/mac/nsimage_cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gfx/mac/nsimage_cache.h b/ui/gfx/mac/nsimage_cache.h index f89a230..64c1896 100644 --- a/ui/gfx/mac/nsimage_cache.h +++ b/ui/gfx/mac/nsimage_cache.h @@ -6,7 +6,7 @@ #define UI_GFX_MAC_NSIMAGE_CACHE_H_ #pragma once -#include "ui/ui_api.h" +#include "ui/base/ui_export.h" #ifdef __OBJC__ @class NSImage; @@ -25,7 +25,7 @@ namespace gfx { // - This should only be called on the main thread. // - The caller should retain the image if they want to keep it around, as // the cache could have limit on size/lifetime, etc. -UI_API NSImage* GetCachedImageWithName(NSString* name); +UI_EXPORT NSImage* GetCachedImageWithName(NSString* name); // Clears the image cache. void ClearCachedImages(void); |