| Index: third_party/WebKit/Source/core/input/PointerEventManager.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.cpp b/third_party/WebKit/Source/core/input/PointerEventManager.cpp
|
| index 6cd9a7c9aafeb68509138f3fc34b017efa2964e8..5412a7958e67e1d03fd707b721ea9e5f6f155612 100644
|
| --- a/third_party/WebKit/Source/core/input/PointerEventManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/PointerEventManager.cpp
|
| @@ -263,9 +263,9 @@ void PointerEventManager::blockTouchPointers() {
|
|
|
| processCaptureAndPositionOfPointerEvent(pointerEvent, target);
|
|
|
| - // TODO(nzolghadr): This event follows implicit TE capture. The actual target
|
| - // would depend on PE capturing. Perhaps need to split TE/PE event path upstream?
|
| - // crbug.com/579553.
|
| + // TODO(nzolghadr): This event follows implicit TE capture. The actual
|
| + // target would depend on PE capturing. Perhaps need to split TE/PE event
|
| + // path upstream? crbug.com/579553.
|
| dispatchPointerEvent(
|
| getEffectiveTargetForPointerEvent(target, pointerEvent->pointerId()),
|
| pointerEvent);
|
| @@ -312,7 +312,8 @@ WebInputEventResult PointerEventManager::handleTouchEvents(
|
| void PointerEventManager::dispatchTouchPointerEvents(
|
| const PlatformTouchEvent& event,
|
| HeapVector<TouchEventManager::TouchInfo>& touchInfos) {
|
| - // Iterate through the touch points, sending PointerEvents to the targets as required.
|
| + // Iterate through the touch points, sending PointerEvents to the targets as
|
| + // required.
|
| for (const auto& touchPoint : event.touchPoints()) {
|
| TouchEventManager::TouchInfo touchInfo;
|
| touchInfo.point = touchPoint;
|
|
|