mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Only compile HandleKeyboardEvent on Mac
This commit is contained in:
@@ -13,7 +13,9 @@ public:
|
||||
~DefaultWebContentsDelegate();
|
||||
|
||||
protected:
|
||||
#if defined(OS_MACOSX)
|
||||
virtual void HandleKeyboardEvent(content::WebContents*, const content::NativeWebKeyboardEvent&) OVERRIDE;
|
||||
#endif
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user