| Index: Source/Platform/chromium/public/WebInputHandlerClient.h
|
| diff --git a/Source/Platform/chromium/public/WebInputHandlerClient.h b/Source/Platform/chromium/public/WebInputHandlerClient.h
|
| index 709968700ff5b46a366add6543d90a1b5f7eebbb..9a92c9cc4f1f40bfd5601045dac03e162b7dab32 100644
|
| --- a/Source/Platform/chromium/public/WebInputHandlerClient.h
|
| +++ b/Source/Platform/chromium/public/WebInputHandlerClient.h
|
| @@ -68,7 +68,7 @@ public:
|
|
|
| // Returns ScrollStarted if a layer was being actively being scrolled,
|
| // ScrollIgnored if not.
|
| - virtual ScrollStatus flingScrollBegin() = 0;
|
| + virtual ScrollStatus flingScrollBegin(WebFloatSize velocity) = 0;
|
|
|
| // Stop scrolling the selected layer. Should only be called if scrollBegin()
|
| // returned ScrollStarted.
|
|
|