chore: remove unused use_transparent_window.patch (#15534)

Unneeded since 6f2f761df3 (diff-0bbbec38254ebb1146b15c15277c6aa1)
This commit is contained in:
Jeremy Apthorp 2018-11-05 13:19:21 -08:00 committed by GitHub
parent c60745b8a3
commit 77f69cbe08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 61 deletions

View file

@ -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());