git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
WebKit:
[WebKit-https.git]
/
WebKit
/
mac
/
Plugins
/
WebNetscapePluginEventHandlerCocoa.h
diff --git
a/WebKit/mac/Plugins/WebNetscapePluginEventHandlerCocoa.h
b/WebKit/mac/Plugins/WebNetscapePluginEventHandlerCocoa.h
index
43b0c5b
..
e22ff3d
100644
(file)
--- a/
WebKit/mac/Plugins/WebNetscapePluginEventHandlerCocoa.h
+++ b/
WebKit/mac/Plugins/WebNetscapePluginEventHandlerCocoa.h
@@
-55,7
+55,7
@@
public:
virtual void* platformWindow(NSWindow*);
private:
bool sendMouseEvent(NSEvent*, NPCocoaEventType);
virtual void* platformWindow(NSWindow*);
private:
bool sendMouseEvent(NSEvent*, NPCocoaEventType);
-
void
sendKeyEvent(NSEvent*, NPCocoaEventType);
+
bool
sendKeyEvent(NSEvent*, NPCocoaEventType);
bool sendEvent(NPCocoaEvent*);
};
bool sendEvent(NPCocoaEvent*);
};