Fix OSR rendering recovery after GPU process crash (fixes issue #2827)

This commit is contained in:
elad bahar
2020-01-08 12:33:57 +00:00
committed by Marshall Greenblatt
parent 80fc651d7e
commit 8ca0b4580e
2 changed files with 17 additions and 3 deletions

View File

@ -268,6 +268,9 @@ class CefRenderWidgetHostViewOSR : public content::RenderWidgetHostViewBase,
void OnPresentCompositorFrame();
void OnDidUpdateVisualPropertiesComplete(
const cc::RenderFrameMetadata& metadata);
private:
content::DelegatedFrameHost* GetDelegatedFrameHost() const;