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:
@@ -61,8 +61,8 @@ views::View* GetFor(CefRefPtr<CefView> view);
|
||||
// views::View will keep a ref-counted reference to |view|, and |view| will keep
|
||||
// an un-owned reference to the views::View. These references will reset when
|
||||
// the views::View object is deleted or when ResumeOwnership() is called.
|
||||
std::unique_ptr<views::View> PassOwnership(CefRefPtr<CefView> view)
|
||||
WARN_UNUSED_RESULT;
|
||||
[[nodiscard]] std::unique_ptr<views::View> PassOwnership(
|
||||
CefRefPtr<CefView> view);
|
||||
|
||||
// Causes |view| to resume ownership of the views::View object. Should be called
|
||||
// after removing the views::View object from its previous parent.
|
||||
|
Reference in New Issue
Block a user