Index: webkit/glue/plugins/plugin_instance.h |
diff --git a/webkit/glue/plugins/plugin_instance.h b/webkit/glue/plugins/plugin_instance.h |
index 7e3ecd047325ce8d02b5ac967145b5c7d46a4733..e9737172d5328e0a6791e8d9916ac9c466971f8f 100644 |
--- a/webkit/glue/plugins/plugin_instance.h |
+++ b/webkit/glue/plugins/plugin_instance.h |
@@ -99,6 +99,8 @@ class PluginInstance : public base::RefCountedThreadSafe<PluginInstance> { |
// Handles a windows native message which this PluginInstance should deal |
// with. Returns true if the event is handled, false otherwise. |
bool HandleEvent(UINT message, WPARAM wParam, LPARAM lParam); |
+#elif defined(OS_LINUX) |
+ bool HandleEvent(union _XEvent* event); |
#endif |
// Creates a stream for sending an URL. If notify_needed |