OOPIF-ize hung renderers

https://chromium-review.googlesource.com/c/chromium/src/+/896343
This commit is contained in:
deepak1556 2018-04-11 20:53:16 +05:30 committed by Samuel Attard
parent 2047929cb5
commit 100291ec42
4 changed files with 10 additions and 6 deletions

View file

@ -310,8 +310,10 @@ class WebContents : public mate::TrackableObject<WebContents>,
void ExitFullscreenModeForTab(content::WebContents* source) override;
void RendererUnresponsive(
content::WebContents* source,
const content::WebContentsUnresponsiveState& unresponsive_state) override;
void RendererResponsive(content::WebContents* source) override;
content::RenderWidgetHost* render_widget_host) override;
void RendererResponsive(
content::WebContents* source,
content::RenderWidgetHost* render_widget_host) override;
bool HandleContextMenu(const content::ContextMenuParams& params) override;
bool OnGoToEntryOffset(int offset) override;
void FindReply(content::WebContents* web_contents,