921da723b8
`delegated_frame_host_` holds a pointer to `delegated_frame_host_client_`. Since `delegated_frame_host_client_` was being destroyed first, that pointer was dangling in the OSRWHV destructor. Also, make these two unique_ptr fields `const` since they point to the same objects for the lifespan of the OSRWHV. |
||
---|---|---|
.. | ||
osr_host_display_client.cc | ||
osr_host_display_client.h | ||
osr_host_display_client_mac.mm | ||
osr_render_widget_host_view.cc | ||
osr_render_widget_host_view.h | ||
osr_video_consumer.cc | ||
osr_video_consumer.h | ||
osr_view_proxy.cc | ||
osr_view_proxy.h | ||
osr_web_contents_view.cc | ||
osr_web_contents_view.h | ||
osr_web_contents_view_mac.mm |