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

Unified Diff: third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h

Issue 2398453002: Rewrap comments to 80 columns in Source/platform/graphics/. (Closed)
Patch Set: Review feedback 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/PaintInvalidationReason.h
diff --git a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h
index a4d12aa7b3505841e691c4e2255057d98328a2a7..19aefdd41a080a39f0e06fd821181f22fee4c377 100644
--- a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h
+++ b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h
@@ -34,9 +34,10 @@ enum PaintInvalidationReason {
PaintInvalidationLayoutObjectRemoval,
PaintInvalidationSVGResourceChange,
PaintInvalidationForTesting,
- // PaintInvalidationDelayedFull means that PaintInvalidationFull is needed in order to fully paint
- // the content, but that painting of the object can be delayed until a future frame.
- // This can be the case for an object whose content is not visible to the user.
+ // PaintInvalidationDelayedFull means that PaintInvalidationFull is needed in
+ // order to fully paint the content, but that painting of the object can be
+ // delayed until a future frame. This can be the case for an object whose
+ // content is not visible to the user.
PaintInvalidationDelayedFull,
PaintInvalidationReasonMax = PaintInvalidationDelayedFull
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/ImageSource.cpp ('k') | third_party/WebKit/Source/platform/graphics/Path.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698