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