diff options
Diffstat (limited to 'webkit/tools/npapi_layout_test_plugin/PluginObject.h')
-rw-r--r-- | webkit/tools/npapi_layout_test_plugin/PluginObject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/npapi_layout_test_plugin/PluginObject.h b/webkit/tools/npapi_layout_test_plugin/PluginObject.h index 8cd63ef..ec684bd 100644 --- a/webkit/tools/npapi_layout_test_plugin/PluginObject.h +++ b/webkit/tools/npapi_layout_test_plugin/PluginObject.h @@ -39,6 +39,7 @@ typedef struct { NPBool testWindowOpen; NPBool testDocumentOpenInDestroyStream; NPBool testKeyboardFocusForPlugins; + NPBool mouseDownForEvaluateScript; char* onStreamLoad; char* onStreamDestroy; char* onURLNotify; @@ -46,6 +47,7 @@ typedef struct { char* firstHeaders; char* lastUrl; char* lastHeaders; + char* evaluateScriptOnMouseDownOrKeyDown; } PluginObject; extern NPClass *getPluginClass(void); |