diff options
Diffstat (limited to 'WebKit/android/plugins/PluginWidgetAndroid.h')
-rw-r--r-- | WebKit/android/plugins/PluginWidgetAndroid.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebKit/android/plugins/PluginWidgetAndroid.h b/WebKit/android/plugins/PluginWidgetAndroid.h index 6633e1b..ae6fcb7 100644 --- a/WebKit/android/plugins/PluginWidgetAndroid.h +++ b/WebKit/android/plugins/PluginWidgetAndroid.h @@ -89,10 +89,10 @@ struct PluginWidgetAndroid { */ void draw(SkCanvas* canvas = NULL); - /* Send this event to the plugin instance, and return true if the plugin - handled it. + /* Send this event to the plugin instance. A non-zero value will be + returned if the plugin handled the event. */ - bool sendEvent(const ANPEvent&); + int16 sendEvent(const ANPEvent&); /* Update the plugins event flags. If a flag is set to true then the plugin wants to be notified of events of this type. |