| Index: cc/layers/viewport.h
|
| diff --git a/cc/layers/viewport.h b/cc/layers/viewport.h
|
| index 2d603f253f263241a9c06a90b334316e5036ba51..4b7d23543710f73ac3f08a5de66910cb8fcb0003 100644
|
| --- a/cc/layers/viewport.h
|
| +++ b/cc/layers/viewport.h
|
| @@ -50,7 +50,8 @@ class CC_EXPORT Viewport {
|
|
|
| // Scrolls the viewport, bubbling the delta between the inner and outer
|
| // viewport. Only animates either of the two viewports.
|
| - gfx::Vector2dF ScrollAnimated(const gfx::Vector2dF& delta);
|
| + gfx::Vector2dF ScrollAnimated(const gfx::Vector2dF& delta,
|
| + base::TimeDelta delayed_by);
|
|
|
| void PinchUpdate(float magnify_delta, const gfx::Point& anchor);
|
| void PinchEnd();
|
|
|