diff options
Diffstat (limited to 'ppapi/shared_impl/font_impl.h')
-rw-r--r-- | ppapi/shared_impl/font_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/shared_impl/font_impl.h b/ppapi/shared_impl/font_impl.h index 9496b16..a8ab2df 100644 --- a/ppapi/shared_impl/font_impl.h +++ b/ppapi/shared_impl/font_impl.h @@ -12,12 +12,13 @@ #include "base/memory/scoped_ptr.h" #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_stdint.h" +#include "ppapi/shared_impl/ppapi_shared_export.h" struct PP_FontDescription_Dev; namespace ppapi { -class FontImpl { +class PPAPI_SHARED_EXPORT FontImpl { public: // Validates the parameters in thee description. Can be called on any thread. static bool IsPPFontDescriptionValid(const PP_FontDescription_Dev& desc); |