| Index: content/public/test/browser_test_utils.h
|
| diff --git a/content/public/test/browser_test_utils.h b/content/public/test/browser_test_utils.h
|
| index 6b2adffa3bf69b7ba6ad4f2e961b0e8ad9277de4..dbde310df76c8465cd19aebe39cc880b4d759183 100644
|
| --- a/content/public/test/browser_test_utils.h
|
| +++ b/content/public/test/browser_test_utils.h
|
| @@ -130,6 +130,10 @@ void SimulateGestureScrollSequence(WebContents* web_contents,
|
| const gfx::Point& point,
|
| const gfx::Vector2dF& delta);
|
|
|
| +void SimulateGestureFlingSequence(WebContents* web_contents,
|
| + const gfx::Point& point,
|
| + const gfx::Vector2dF& velocity);
|
| +
|
| // Taps the screen at |point|.
|
| void SimulateTapAt(WebContents* web_contents, const gfx::Point& point);
|
|
|
|
|