mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 75.0.3749.0 (#645082)
This commit is contained in:
committed by
Marshall Greenblatt
parent
1beec23065
commit
879911b721
@@ -461,7 +461,7 @@ bool CefWindowView::MaybeGetMaximumSize(gfx::Size* size) const {
|
||||
}
|
||||
|
||||
void CefWindowView::ViewHierarchyChanged(
|
||||
const views::View::ViewHierarchyChangedDetails& details) {
|
||||
const views::ViewHierarchyChangedDetails& details) {
|
||||
if (details.child == this) {
|
||||
// This View's parent types (RootView, ClientView) are not exposed via the
|
||||
// CEF API. Therefore don't send notifications about this View's parent
|
||||
|
Reference in New Issue
Block a user