| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
| index 6a449ce880a8d581b2e8849a8de15be4b947709f..0907e27aae6f1c74cadba2d8dca4bcadbe5b6900 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -69,7 +69,7 @@ namespace {
|
| static const int kPaintMsgTimeoutMS = 50;
|
|
|
| // How long to wait before we consider a renderer hung.
|
| -static const int kHungRendererDelayMs = 20000;
|
| +static const int kHungRendererDelayMs = 30000;
|
|
|
| // Returns |true| if the two wheel events should be coalesced.
|
| bool ShouldCoalesceMouseWheelEvents(const WebMouseWheelEvent& last_event,
|
|
|