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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.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/PaintArtifact.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp
index 1ce751bcfb6cff15b74f2105821dd91772cf8402..cba46c93c644fee1aca004d1585fb2f31ad69609 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp
@@ -27,7 +27,8 @@ void computeChunkBoundsAndOpaqueness(const DisplayItemList& displayItems,
const auto& drawing = static_cast<const DrawingDisplayItem&>(item);
if (const SkPicture* picture = drawing.picture()) {
if (drawing.knownToBeOpaque()) {
- // TODO(pdr): It may be too conservative to round in to the enclosedIntRect.
+ // TODO(pdr): It may be too conservative to round in to the
+ // enclosedIntRect.
SkIRect conservativelyRoundedPictureRect;
const SkRect& pictureRect = picture->cullRect();
pictureRect.roundIn(&conservativelyRoundedPictureRect);

Powered by Google App Engine
This is Rietveld 408576698