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 c3f0fc25907d8d2fade3ecca8303d4c71d8b9879..719f73c488b9eb44362e93b4eaf30ac9bf0a658d 100644 |
--- a/content/renderer/gpu/input_handler_proxy.h |
+++ b/content/renderer/gpu/input_handler_proxy.h |
@@ -85,6 +85,9 @@ class CONTENT_EXPORT InputHandlerProxy |
// conservative in the sense that we might not be actually flinging when it is |
// true. |
bool fling_may_be_active_on_main_thread_; |
+ // The axes on which the current fling has overshot the bounds of the content. |
+ bool fling_overscrolled_horizontally_; |
+ bool fling_overscrolled_vertically_; |
DISALLOW_COPY_AND_ASSIGN(InputHandlerProxy); |
}; |