| Index: third_party/WebKit/Source/core/input/TouchEventManager.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/TouchEventManager.cpp b/third_party/WebKit/Source/core/input/TouchEventManager.cpp
|
| index 54bddcf9a432ff66a204eeee84f46d20b70633e5..69c41900dd144f1bccbfb8dbdfb1d082999218e7 100644
|
| --- a/third_party/WebKit/Source/core/input/TouchEventManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/TouchEventManager.cpp
|
| @@ -287,7 +287,7 @@ void TouchEventManager::updateTargetAndRegionMapsForTouchStarts(
|
| (!touchInfo.touchNode ||
|
| &touchInfo.touchNode->document() != m_touchSequenceDocument)) {
|
| if (m_touchSequenceDocument->frame()) {
|
| - LayoutPoint framePoint = roundedLayoutPoint(
|
| + LayoutPoint framePoint = LayoutPoint(
|
| m_touchSequenceDocument->frame()->view()->rootFrameToContents(
|
| touchInfo.point.pos()));
|
| result = EventHandlingUtil::hitTestResultInFrame(
|
|
|