| Index: cc/font_atlas.h
|
| diff --git a/cc/font_atlas.h b/cc/font_atlas.h
|
| index f9baea14fc2b8963457cd728e3052c11c28bbb24..151dd2488c212107fa716c97ce22f617c14eda3a 100644
|
| --- a/cc/font_atlas.h
|
| +++ b/cc/font_atlas.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "cc/cc_export.h"
|
| #include "IntRect.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| @@ -23,7 +24,7 @@ namespace cc {
|
| class IntSize;
|
|
|
| // This class provides basic ability to draw text onto the heads-up display.
|
| -class FontAtlas {
|
| +class CC_EXPORT FontAtlas {
|
| public:
|
| static scoped_ptr<FontAtlas> create(SkBitmap bitmap, IntRect asciiToRectTable[128], int fontHeight)
|
| {
|
|
|