| Index: ppapi/shared_impl/input_event_impl.h
|
| ===================================================================
|
| --- ppapi/shared_impl/input_event_impl.h (revision 98434)
|
| +++ ppapi/shared_impl/input_event_impl.h (working copy)
|
| @@ -17,7 +17,7 @@
|
| // IF YOU ADD STUFF TO THIS CLASS
|
| // ==============================
|
| // Be sure to add it to the STRUCT_TRAITS at the top of ppapi_messages.h
|
| -struct InputEventData {
|
| +struct PPAPI_SHARED_EXPORT InputEventData {
|
| InputEventData();
|
| ~InputEventData();
|
|
|
| @@ -44,7 +44,9 @@
|
|
|
| // This simple class implements the PPB_InputEvent_API in terms of the
|
| // shared InputEventData structure
|
| -class InputEventImpl : public Resource, public thunk::PPB_InputEvent_API {
|
| +class PPAPI_SHARED_EXPORT InputEventImpl
|
| + : public Resource,
|
| + public thunk::PPB_InputEvent_API {
|
| public:
|
| struct InitAsImpl {};
|
| struct InitAsProxy {};
|
|
|