mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 100.0.4896.0 (#972766)
This commit is contained in:
@@ -59,8 +59,8 @@ class UserData : public base::SupportsUserData::Data {
|
||||
// gain a ref-counted reference to the CefView and the CefView will keep an
|
||||
// unowned reference to the views::View. Destruction of the views::View will
|
||||
// release the ref-counted reference to the CefView.
|
||||
static std::unique_ptr<views::View> PassOwnership(CefRefPtr<CefView> cef_view)
|
||||
WARN_UNUSED_RESULT {
|
||||
[[nodiscard]] static std::unique_ptr<views::View> PassOwnership(
|
||||
CefRefPtr<CefView> cef_view) {
|
||||
DCHECK(cef_view->IsValid());
|
||||
DCHECK(!cef_view->IsAttached());
|
||||
|
||||
|
Reference in New Issue
Block a user