mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update source files for bracket style
This commit is contained in:
@@ -25,8 +25,9 @@ void CefBrowserViewView::ViewHierarchyChanged(
|
||||
// this View to a CefWindow with FillLayout and then calling
|
||||
// CefWindow::Show() without first resizing the CefWindow.
|
||||
size = details.parent->GetPreferredSize();
|
||||
if (!size.IsEmpty())
|
||||
if (!size.IsEmpty()) {
|
||||
SetSize(size);
|
||||
}
|
||||
}
|
||||
|
||||
browser_view_delegate_->OnBrowserViewAdded();
|
||||
|
Reference in New Issue
Block a user