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

Unified Diff: third_party/WebKit/Source/platform/DragImageTest.cpp

Issue 2388303002: reflow comments in platform/ (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/platform/DragImageTest.cpp
diff --git a/third_party/WebKit/Source/platform/DragImageTest.cpp b/third_party/WebKit/Source/platform/DragImageTest.cpp
index a40d06443c7dfdff37178c72256bcda9b15770da..8dc491a40c0f421da4570a07340140573c949bb6 100644
--- a/third_party/WebKit/Source/platform/DragImageTest.cpp
+++ b/third_party/WebKit/Source/platform/DragImageTest.cpp
@@ -183,8 +183,8 @@ TEST(DragImageTest, InvalidRotatedBitmapImage) {
std::unique_ptr<DragImage> dragImage =
DragImage::create(image.get(), RespectImageOrientation);
- // With an invalid pixel ref, BitmapImage should have no backing SkImage => we don't allocate
- // a DragImage.
+ // With an invalid pixel ref, BitmapImage should have no backing SkImage =>
+ // we don't allocate a DragImage.
ASSERT_FALSE(dragImage);
}
« no previous file with comments | « third_party/WebKit/Source/platform/DecimalTest.cpp ('k') | third_party/WebKit/Source/platform/FileChooser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698