chore: remove unused use_transparent_window.patch (#15534)
Unneeded since 6f2f761df3 (diff-0bbbec38254ebb1146b15c15277c6aa1)
This commit is contained in:
parent
c60745b8a3
commit
77f69cbe08
4 changed files with 0 additions and 61 deletions
|
@ -74,10 +74,6 @@ BrowserWindow::BrowserWindow(v8::Isolate* isolate,
|
|||
mate::Dictionary(isolate, web_contents->GetWrapper())
|
||||
.Set("browserWindowOptions", options);
|
||||
|
||||
// Tell the content module to initialize renderer widget with transparent
|
||||
// mode.
|
||||
ui::GpuSwitchingManager::SetTransparent(window()->transparent());
|
||||
|
||||
// Associate with BrowserWindow.
|
||||
web_contents->SetOwnerWindow(window());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue