| Index: cc/input/scroll_elasticity_helper.h
 | 
| diff --git a/cc/input/scroll_elasticity_helper.h b/cc/input/scroll_elasticity_helper.h
 | 
| index bf444ee2dab9c048c16635c33ecebc2a94a8cab8..a2bdbfe709f74de94cfd8732c9c7e3cfdb3622c1 100644
 | 
| --- a/cc/input/scroll_elasticity_helper.h
 | 
| +++ b/cc/input/scroll_elasticity_helper.h
 | 
| @@ -52,6 +52,8 @@ class CC_EXPORT ScrollElasticityHelper {
 | 
|  
 | 
|    virtual ~ScrollElasticityHelper() {}
 | 
|  
 | 
| +  virtual bool IsUserScrollable() const = 0;
 | 
| +
 | 
|    // The amount that the view is stretched past the normal allowable bounds.
 | 
|    virtual gfx::Vector2dF StretchAmount() const = 0;
 | 
|    virtual void SetStretchAmount(const gfx::Vector2dF& stretch_amount) = 0;
 | 
| 
 |