diff options
Diffstat (limited to 'Source/WebKit2/PluginProcess/mac/PluginProcessShim.h')
-rw-r--r-- | Source/WebKit2/PluginProcess/mac/PluginProcessShim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit2/PluginProcess/mac/PluginProcessShim.h b/Source/WebKit2/PluginProcess/mac/PluginProcessShim.h index b021a3af2..b5b597a34 100644 --- a/Source/WebKit2/PluginProcess/mac/PluginProcessShim.h +++ b/Source/WebKit2/PluginProcess/mac/PluginProcessShim.h @@ -36,8 +36,8 @@ struct PluginProcessShimCallbacks { bool (*shouldCallRealDebugger)(); bool (*isWindowActive)(WindowRef, bool& result); UInt32 (*getCurrentEventButtonState)(); - void (*cocoaWindowShown)(NSWindow *); - void (*cocoaWindowHidden)(NSWindow *); + void (*beginModal)(); + void (*endModal)(); void (*carbonWindowShown)(WindowRef); void (*carbonWindowHidden)(WindowRef); void (*setModal)(bool); |