summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/Plugins/WebNetscapePluginEventHandlerCarbon.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/Plugins/WebNetscapePluginEventHandlerCarbon.h')
-rw-r--r--WebKit/mac/Plugins/WebNetscapePluginEventHandlerCarbon.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebKit/mac/Plugins/WebNetscapePluginEventHandlerCarbon.h b/WebKit/mac/Plugins/WebNetscapePluginEventHandlerCarbon.h
index b01922a..676fd17 100644
--- a/WebKit/mac/Plugins/WebNetscapePluginEventHandlerCarbon.h
+++ b/WebKit/mac/Plugins/WebNetscapePluginEventHandlerCarbon.h
@@ -37,7 +37,7 @@ class WebNetscapePluginEventHandlerCarbon : public WebNetscapePluginEventHandler
public:
WebNetscapePluginEventHandlerCarbon(WebNetscapePluginView*);
- virtual void drawRect(const NSRect&);
+ virtual void drawRect(CGContextRef, const NSRect&);
virtual void mouseDown(NSEvent*);
virtual void mouseDragged(NSEvent*);
@@ -50,7 +50,8 @@ public:
virtual void keyDown(NSEvent*);
virtual void keyUp(NSEvent*);
virtual void flagsChanged(NSEvent*);
-
+ virtual void syntheticKeyDownWithCommandModifier(int keyCode, char character);
+
virtual void windowFocusChanged(bool hasFocus);
virtual void focusChanged(bool hasFocus);