| 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 a0f3dd8c9805be461f5ee3dce822a2486a4afe3a..0bf16be20617d7cfa0226a03de91a2f3ede496c7 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);
|
|
|
|
|