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 4dc83426950a7c130d7d4e4b50df1f73604dd6be..8d161e1ef2727d4b4eb29e42defb9eefbf560174 100644 |
--- a/third_party/WebKit/Source/core/input/TouchEventManager.cpp |
+++ b/third_party/WebKit/Source/core/input/TouchEventManager.cpp |
@@ -341,7 +341,8 @@ void TouchEventManager::updateTargetAndRegionMapsForTouchStarts( |
TouchAction effectiveTouchAction = |
TouchActionUtil::computeEffectiveTouchAction(*touchInfo.touchNode); |
if (effectiveTouchAction != TouchActionAuto) { |
- m_frame->page()->chromeClient().setTouchAction(effectiveTouchAction); |
+ m_frame->page()->chromeClient().setTouchAction(m_frame, |
+ effectiveTouchAction); |
// Combine the current touch action sequence with the touch action |
// for the current finger press. |