Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: third_party/WebKit/Source/core/input/PointerEventManager.cpp

Issue 2397723004: reflow comments in core/input (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/input/PointerEventManager.h ('k') | third_party/WebKit/Source/core/input/ScrollManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698