Add new WebContentsView class as BrowserView is deprecated. #198
Open
Description
According to Electron lastest documentation the BrowserView
class is deprecated and replaced by WebContentsView
. Then we need WebContentsView
in @electron/remote
too.