| Index: ppapi/shared_impl/opengles2_impl.h
|
| ===================================================================
|
| --- ppapi/shared_impl/opengles2_impl.h (revision 98434)
|
| +++ ppapi/shared_impl/opengles2_impl.h (working copy)
|
| @@ -6,10 +6,11 @@
|
| #define PPAPI_SHARED_IMPL_OPENGLES2_IMPL_H_
|
|
|
| #include "ppapi/c/dev/ppb_opengles_dev.h"
|
| +#include "ppapi/shared_impl/ppapi_shared_export.h"
|
|
|
| namespace ppapi {
|
|
|
| -class OpenGLES2Impl {
|
| +class PPAPI_SHARED_EXPORT OpenGLES2Impl {
|
| public:
|
| static const PPB_OpenGLES2_Dev* GetInterface();
|
| };
|
|
|