| 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);
|
|
|