mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 105.0.5176.0 (#1023155)
This commit is contained in:
@@ -1012,7 +1012,7 @@ bool CefBrowserHostBase::IsFocused() const {
|
||||
auto web_contents = GetWebContents();
|
||||
if (web_contents) {
|
||||
return static_cast<content::RenderFrameHostImpl*>(
|
||||
web_contents->GetMainFrame())
|
||||
web_contents->GetPrimaryMainFrame())
|
||||
->IsFocused();
|
||||
}
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user