mirror of
https://github.com/electron/electron.git
synced 2026-02-17 10:31:38 -05:00
feat: add TopLevelWindow.setContentView API
This commit is contained in:
@@ -109,8 +109,6 @@ class BrowserWindow : public TopLevelWindow,
|
||||
v8::Global<v8::Value> web_contents_;
|
||||
api::WebContents* api_web_contents_;
|
||||
|
||||
v8::Global<v8::Value> web_contents_view_;
|
||||
|
||||
base::WeakPtrFactory<BrowserWindow> weak_factory_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(BrowserWindow);
|
||||
|
||||
Reference in New Issue
Block a user