fix: use InspectableWebContentsView as content view

This commit is contained in:
Cheng Zhao 2018-07-16 10:20:35 +09:00
parent 5b81fde8a7
commit 4a7c85f43e
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.