| Index: cc/input/input_handler.h
|
| diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
|
| index 7a9c991968753055c10eb580956f7173eabdbd04..7b83e4b2fd8d5fc61d3ea26b7175078ae7c23f9f 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 ScrollElasticityHelper;
|
|
|
| struct CC_EXPORT InputHandlerScrollResult {
|
| InputHandlerScrollResult();
|
| @@ -150,6 +151,8 @@ class CC_EXPORT InputHandler {
|
| virtual scoped_ptr<SwapPromiseMonitor> CreateLatencyInfoSwapPromiseMonitor(
|
| ui::LatencyInfo* latency) = 0;
|
|
|
| + virtual ScrollElasticityHelper* CreateScrollElasticityHelper() = 0;
|
| +
|
| protected:
|
| InputHandler() {}
|
| virtual ~InputHandler() {}
|
|
|