Index: webkit/plugins/ppapi/event_conversion.h |
diff --git a/webkit/plugins/ppapi/event_conversion.h b/webkit/plugins/ppapi/event_conversion.h |
index deb5b9aa72d2aaeddb151dfeb4186388c5c7a17a..87b9c0a2d94604b930b6a28021a5e93375d39ddc 100644 |
--- a/webkit/plugins/ppapi/event_conversion.h |
+++ b/webkit/plugins/ppapi/event_conversion.h |
@@ -10,6 +10,7 @@ |
#include "base/memory/linked_ptr.h" |
#include "ppapi/c/ppb_gamepad.h" |
#include "ppapi/c/ppb_input_event.h" |
+#include "ppapi/proxy/ppapi_proxy_export.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" |
struct PP_InputEvent; |
@@ -34,7 +35,7 @@ void CreateInputEventData(const WebKit::WebInputEvent& event, |
// Creates a WebInputEvent from the given PP_InputEvent. If it fails, returns |
// NULL. The caller owns the created object on success. |
-WebKit::WebInputEvent* CreateWebInputEvent( |
+PPAPI_PROXY_EXPORT WebKit::WebInputEvent* CreateWebInputEvent( |
const ::ppapi::InputEventData& event); |
// Creates an array of WebInputEvents to make the given event look like a user |