| 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 7a079dabbfc088e3b78b184419a026bc47d5146f..f4e94d4d3b587776ada6dcb80fda1a8967ce0d2e 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -769,7 +769,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| // TODO(wjmaclean) Remove the code for supporting resending gesture events
|
| // when WebView transitions to OOPIF and BrowserPlugin is removed.
|
| // http://crbug.com/533069
|
| - bool is_in_gesture_scroll_;
|
| + bool is_in_touchpad_gesture_scroll_;
|
| + bool is_in_touchscreen_gesture_scroll_;
|
|
|
| scoped_ptr<SyntheticGestureController> synthetic_gesture_controller_;
|
|
|
|
|