| Index: content/renderer/gpu/input_handler_proxy.h
|
| diff --git a/content/renderer/gpu/input_handler_proxy.h b/content/renderer/gpu/input_handler_proxy.h
|
| index e307827bc00c799e0a690797da3fa4ad4759b74d..082ebf215e4aaab1633aa786976d6d9474fae52a 100644
|
| --- a/content/renderer/gpu/input_handler_proxy.h
|
| +++ b/content/renderer/gpu/input_handler_proxy.h
|
| @@ -78,6 +78,7 @@ class CONTENT_EXPORT InputHandlerProxy
|
| bool expect_pinch_update_end_;
|
| #endif
|
| bool gesture_scroll_on_impl_thread_;
|
| + bool gesture_scroll_on_main_thread_;
|
| bool gesture_pinch_on_impl_thread_;
|
| // This is always false when there are no flings on the main thread, but
|
| // conservative in the sense that we might not be actually flinging when it is
|
|
|