Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: webkit/plugins/ppapi/event_conversion.h

Issue 9609008: Implemented Browser Plugin (NOT FOR REVIEW) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merged with Tip-of-Tree Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/plugins/plugin_constants.cc ('k') | webkit/plugins/ppapi/plugin_module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webkit/plugins/plugin_constants.cc ('k') | webkit/plugins/ppapi/plugin_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698