Index: third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp b/third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp |
index 5187ed942e193ac5b3073fb750cb650f186499d6..cb5dea221c5c17592e5e3fb7aa0f16aeda2147f3 100644 |
--- a/third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp |
@@ -485,8 +485,8 @@ TEST(WebInputEventConversionTest, InputEventsScaling) { |
platformTouchBuilder.touchPoints()[0].radius().height()); |
} |
- // Reverse builders should *not* go back to physical pixels, as they are used for plugins |
- // which expect CSS pixel coordinates. |
+ // Reverse builders should *not* go back to physical pixels, as they are used |
+ // for plugins which expect CSS pixel coordinates. |
{ |
PlatformMouseEvent platformMouseEvent( |
IntPoint(10, 10), IntPoint(10, 10), WebPointerProperties::Button::Left, |