mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 123.0.6312.0 (#1262506)
- MacOS ARM64 Official builds are currently failing due to https://issues.chromium.org/issues/326898585
This commit is contained in:
@ -104,7 +104,7 @@ CEF_PANEL_IMPL_T CefRefPtr<CefLayout> CEF_PANEL_IMPL_D::GetLayout() {
|
||||
|
||||
CEF_PANEL_IMPL_T void CEF_PANEL_IMPL_D::Layout() {
|
||||
CEF_REQUIRE_VALID_RETURN_VOID();
|
||||
return ParentClass::root_view()->Layout();
|
||||
ParentClass::root_view()->DeprecatedLayoutImmediately();
|
||||
}
|
||||
|
||||
CEF_PANEL_IMPL_T void CEF_PANEL_IMPL_D::AddChildView(CefRefPtr<CefView> view) {
|
||||
|
Reference in New Issue
Block a user