fix: use InspectableWebContentsView as content view

This commit is contained in:
Cheng Zhao 2018-07-16 10:20:35 +09:00 committed by Electron Bot
parent c2f770df02
commit 780483ff35
3 changed files with 6 additions and 4 deletions

View file

@ -81,7 +81,7 @@ class BrowserWindow : public TopLevelWindow,
private:
#if defined(OS_MACOSX)
void OverrideNSWindowContentView();
void OverrideNSWindowContentView(brightray::InspectableWebContents* iwc);
#endif
// Helpers.