mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 133.0.6886.0 (#1393452)
This commit is contained in:
@@ -187,6 +187,13 @@ void ChromeBrowserFrame::Activate() {
|
||||
}
|
||||
|
||||
void ChromeBrowserFrame::OnNativeWidgetDestroyed() {
|
||||
// Remove the listener registration added in BrowserView::InitBrowser().
|
||||
if (browser_view()) {
|
||||
if (auto focus_manager = browser_view()->GetFocusManager()) {
|
||||
focus_manager->RemoveFocusChangeListener(browser_view());
|
||||
}
|
||||
}
|
||||
|
||||
window_view_ = nullptr;
|
||||
SetBrowserView(nullptr);
|
||||
BrowserFrame::OnNativeWidgetDestroyed();
|
||||
|
Reference in New Issue
Block a user