fix: osr crash on window close (#45630)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
fa0da6f19f
commit
b6884b5c50
2 changed files with 48 additions and 17 deletions
|
@ -262,6 +262,7 @@ class OffScreenRenderWidgetHostView
|
|||
}
|
||||
|
||||
private:
|
||||
void ReleaseCompositor();
|
||||
void SetupFrameRate(bool force);
|
||||
void ResizeRootLayer(bool force);
|
||||
|
||||
|
@ -314,7 +315,7 @@ class OffScreenRenderWidgetHostView
|
|||
delegated_frame_host_client_;
|
||||
|
||||
// depends-on: delegated_frame_host_client_
|
||||
const std::unique_ptr<content::DelegatedFrameHost> delegated_frame_host_;
|
||||
std::unique_ptr<content::DelegatedFrameHost> delegated_frame_host_;
|
||||
|
||||
std::unique_ptr<input::CursorManager> cursor_manager_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue