| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index a5136ce21b3dae423a2e5a5ab86a0b9215371554..7e965c738e951ab08c751a658f1ae535bb5e7e01 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -276,6 +276,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| // responsive.
|
| void StopHangMonitorTimeout();
|
|
|
| + // Disables elastic overscroll effect if enabled.
|
| + void DisableElasticOverscroll();
|
| +
|
| // Forwards the given message to the renderer. These are called by the view
|
| // when it has received a message.
|
| void ForwardGestureEventWithLatencyInfo(
|
|
|