| Index: ppapi/shared_impl/function_group_base.h
|
| ===================================================================
|
| --- ppapi/shared_impl/function_group_base.h (revision 98434)
|
| +++ ppapi/shared_impl/function_group_base.h (working copy)
|
| @@ -7,6 +7,8 @@
|
|
|
| #include <stddef.h> // For NULL.
|
|
|
| +#include "ppapi/shared_impl/ppapi_shared_export.h"
|
| +
|
| #define FOR_ALL_PPAPI_FUNCTION_APIS(F) \
|
| F(PPB_CharSet_FunctionAPI) \
|
| F(PPB_CursorControl_FunctionAPI) \
|
| @@ -25,7 +27,7 @@
|
| #undef DECLARE_FUNCTION_CLASS
|
| } // namespace thunk
|
|
|
| -class FunctionGroupBase {
|
| +class PPAPI_SHARED_EXPORT FunctionGroupBase {
|
| public:
|
| virtual ~FunctionGroupBase();
|
|
|
|
|