| Index: third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorder.h
|
| diff --git a/third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorder.h b/third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorder.h
|
| index f93059b1c7932eb995082ad506b40f4d366c27a5..02e6ddd5549d23aa0c6b7ee30583e98cbd933e31 100644
|
| --- a/third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorder.h
|
| +++ b/third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorder.h
|
| @@ -44,7 +44,8 @@ class LayoutObjectDrawingRecorder final {
|
| const LayoutObject& layoutObject,
|
| DisplayItem::Type displayItemType,
|
| const FloatRect& clip) {
|
| - // We may paint a delayed-invalidation object before it's actually invalidated.
|
| + // We may paint a delayed-invalidation object before it's actually
|
| + // invalidated.
|
| if (layoutObject.fullPaintInvalidationReason() ==
|
| PaintInvalidationDelayedFull)
|
| m_cacheSkipper.emplace(context);
|
|
|