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
@@ -27,8 +27,7 @@ void CefScrollViewImpl::SetContentView(CefRefPtr<CefView> view) {
|
||||
if (!view.get() || !view->IsValid() || view->IsAttached())
|
||||
return;
|
||||
|
||||
std::unique_ptr<views::View> view_ptr = view_util::PassOwnership(view);
|
||||
root_view()->SetContents(view_ptr.release());
|
||||
root_view()->SetContents(view_util::PassOwnership(view));
|
||||
}
|
||||
|
||||
CefRefPtr<CefView> CefScrollViewImpl::GetContentView() {
|
||||
|
Reference in New Issue
Block a user