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

Unified Diff: third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorder.h

Issue 2392443009: reflow comments in core/paint (Closed)
Patch Set: 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/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);

Powered by Google App Engine
This is Rietveld 408576698