mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 94.0.4606.0 (#911515)
This commit is contained in:
@@ -341,7 +341,7 @@ CefRefPtr<CefWindow> CefWindowView::GetCefWindow() const {
|
||||
void CefWindowView::DeleteDelegate() {
|
||||
// Remove all child Views before deleting the Window so that notifications
|
||||
// resolve correctly.
|
||||
RemoveAllChildViews(true);
|
||||
RemoveAllChildViews();
|
||||
|
||||
window_delegate_->OnWindowViewDeleted();
|
||||
}
|
||||
|
Reference in New Issue
Block a user