| Index: cc/input/input_handler.h
|
| diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
|
| index e05a7962a92d65585e79850b5de9dd01b7741371..4bf52d52809086f5e8d6b1b399ac90b19a593734 100644
|
| --- a/cc/input/input_handler.h
|
| +++ b/cc/input/input_handler.h
|
| @@ -177,8 +177,8 @@ class CC_EXPORT InputHandler {
|
| // Request another callback to InputHandlerClient::Animate().
|
| virtual void SetNeedsAnimateInput() = 0;
|
|
|
| - // Returns true if there is an active scroll on the inner viewport layer.
|
| - virtual bool IsCurrentlyScrollingInnerViewport() const = 0;
|
| + // Returns true if there is an active scroll on the viewport.
|
| + virtual bool IsCurrentlyScrollingViewport() const = 0;
|
|
|
| // Whether the layer under |viewport_point| is the currently scrolling layer.
|
| virtual bool IsCurrentlyScrollingLayerAt(const gfx::Point& viewport_point,
|
|
|