Index: cc/input/input_handler.h |
diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h |
index 7a9c991968753055c10eb580956f7173eabdbd04..af63f82c3479ec8383bf854ffe1d9fec127fc15f 100644 |
--- a/cc/input/input_handler.h |
+++ b/cc/input/input_handler.h |
@@ -24,6 +24,7 @@ namespace ui { struct LatencyInfo; } |
namespace cc { |
class LayerScrollOffsetDelegate; |
+class ScrollElasticityControllerClient; |
struct CC_EXPORT InputHandlerScrollResult { |
InputHandlerScrollResult(); |
@@ -150,6 +151,10 @@ class CC_EXPORT InputHandler { |
virtual scoped_ptr<SwapPromiseMonitor> CreateLatencyInfoSwapPromiseMonitor( |
ui::LatencyInfo* latency) = 0; |
+ // Retrieve the client to interface with a ScrollElasticityController. |
aelias_OOO_until_Jul13
2014/11/12 22:17:59
This comment adds no information, please delete it
ccameron
2014/11/13 00:28:37
Done.
|
+ virtual ScrollElasticityControllerClient* |
+ GetScrollElasticityControllerClient() = 0; |
+ |
protected: |
InputHandler() {} |
virtual ~InputHandler() {} |