| Index: content/public/test/browser_test_utils.cc
|
| diff --git a/content/public/test/browser_test_utils.cc b/content/public/test/browser_test_utils.cc
|
| index d9f017d5bcf06773d42d2fca00488d487326b728..0843f92d9048a73a6be018d5ff22a22b99515510 100644
|
| --- a/content/public/test/browser_test_utils.cc
|
| +++ b/content/public/test/browser_test_utils.cc
|
| @@ -550,7 +550,7 @@ void SimulateTapWithModifiersAt(WebContents* web_contents,
|
|
|
| #if defined(USE_AURA)
|
| void SimulateTouchPressAt(WebContents* web_contents, const gfx::Point& point) {
|
| - ui::TouchEvent touch(ui::ET_TOUCH_PRESSED, point, 0, base::TimeDelta());
|
| + ui::TouchEvent touch(ui::ET_TOUCH_PRESSED, point, 0, base::TimeTicks());
|
| static_cast<RenderWidgetHostViewAura*>(
|
| web_contents->GetRenderWidgetHostView())
|
| ->OnTouchEvent(&touch);
|
|
|