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

Unified Diff: third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp

Issue 2384033002: reflow comments in web/tests (Closed)
Patch Set: comments (heh!) 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/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,
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698