| Index: content/browser/renderer_host/input/touch_action_browsertest.cc
|
| diff --git a/content/browser/renderer_host/input/touch_action_browsertest.cc b/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| index d1c5e462ef4c76f3379386398c5683b047c43e70..df44a1967646a157e9eaf20f0907b3e52e75a183 100644
|
| --- a/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| +++ b/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| @@ -138,7 +138,7 @@ class TouchActionBrowserTest : public ContentBrowserTest {
|
|
|
| SyntheticSmoothScrollGestureParams params;
|
| params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
|
| - params.anchor = point;
|
| + params.anchor = gfx::PointF(point);
|
| params.distances.push_back(-distance);
|
|
|
| runner_ = new MessageLoopRunner();
|
|
|