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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp

Issue 2385123003: Rewrap comments to 80 columns in Source/platform/graphics/paint/. (Closed)
Patch Set: Resync 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/graphics/paint/DrawingDisplayItem.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp
index 51199a1c609fa6f5604c5f96f2faca4f8af32cbf..05f254c6f2397c7cd71053b4a4fc33aec3eb0757 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp
@@ -111,8 +111,8 @@ bool DrawingDisplayItem::equals(const DisplayItem& other) const {
if (picturesEqual(picture, otherPicture))
return true;
- // Sometimes the client may produce different pictures for the same visual result
- // which should be treated as equal.
+ // Sometimes the client may produce different pictures for the same visual
+ // result, which should be treated as equal.
return bitmapsEqual(picture, otherPicture);
}

Powered by Google App Engine
This is Rietveld 408576698