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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h

Issue 2385123003: Rewrap comments to 80 columns in Source/platform/graphics/paint/. (Closed)
Patch Set: Resync 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/paint/SubsequenceRecorder.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
index 3b5c1388d69965aa6f0e4184c67e68f0c6f46a38..1015803e98eace1e5b8dd0e24e463cd540b9762d 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
@@ -16,13 +16,15 @@ namespace blink {
class GraphicsContext;
class PaintController;
-// SubsequenceRecorder records BeginSubsequenceDisplayItem and EndSubsequenceDisplayItem
-// sentinels at either end of a continguous sequence of DisplayItems, and supports
-// caching via a CachedDisplayItem with the CachedSubsequence DisplayItem type.
+// SubsequenceRecorder records BeginSubsequenceDisplayItem and
+// EndSubsequenceDisplayItem sentinels at either end of a continguous sequence
+// of DisplayItems, and supports caching via a CachedDisplayItem with the
+// CachedSubsequence DisplayItem type.
//
-// Also note that useCachedSubsequenceIfPossible is not sufficient to determine whether a
-// CachedSubsequence can be used. In particular, the client is responsible for checking that
-// none of the DisplayItemClients that contribute to the subsequence have been invalidated.
+// Also note that useCachedSubsequenceIfPossible is not sufficient to determine
+// whether a CachedSubsequence can be used. In particular, the client is
+// responsible for checking that none of the DisplayItemClients that contribute
+// to the subsequence have been invalidated.
//
class PLATFORM_EXPORT SubsequenceRecorder final {
DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();

Powered by Google App Engine
This is Rietveld 408576698