mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix OSR rendering recovery after GPU process crash (fixes issue #2827)
This commit is contained in:
committed by
Marshall Greenblatt
parent
80fc651d7e
commit
8ca0b4580e
@ -268,6 +268,9 @@ class CefRenderWidgetHostViewOSR : public content::RenderWidgetHostViewBase,
|
||||
|
||||
void OnPresentCompositorFrame();
|
||||
|
||||
void OnDidUpdateVisualPropertiesComplete(
|
||||
const cc::RenderFrameMetadata& metadata);
|
||||
|
||||
private:
|
||||
content::DelegatedFrameHost* GetDelegatedFrameHost() const;
|
||||
|
||||
|
Reference in New Issue
Block a user