• jdduke's avatar
    Prevent hang monitor restarts when hidden · d20d7b3d
    jdduke authored
    When the render widget is hidden, the hang monitor timeout is explicitly
    stopped. However, tasks executed *after* the widget hide signal may
    trigger a restart of the hang monitor timeout, e.g., queued input
    events. Prevent such restarts when the widget is hidden while
    also ensuring the hang monitor restarts when the widget is shown again.
    
    BUG=458594
    
    Review URL: https://codereview.chromium.org/938123003
    
    Cr-Commit-Position: refs/heads/master@{#319778}
    d20d7b3d
render_widget_host_impl.h 32.8 KB