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

Unified Diff: third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp

Issue 2394653003: reflow comments in core/events,core/fileapi (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/events/PointerEventFactoryTest.cpp
diff --git a/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp b/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
index 1f000197f0d04a3a62f5c9c9841d48a09a02256d..cba3d02a08f7f82c329d1ac8a1e91038d7291b51 100644
--- a/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
+++ b/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
@@ -253,7 +253,8 @@ TEST_F(PointerEventFactoryTest, TouchAndDrag) {
createAndCheckTouchEvent(WebPointerProperties::PointerType::Touch, 0,
m_mappedIdStart + 1, true);
- // Remove an obsolete (i.e. already removed) pointer event which should have no effect
+ // Remove an obsolete (i.e. already removed) pointer event which should have
+ // no effect.
m_pointerEventFactory.remove(pointerEvent1->pointerId());
EXPECT_TRUE(m_pointerEventFactory.isActive(m_mappedIdStart + 1));

Powered by Google App Engine
This is Rietveld 408576698