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

Unified Diff: third_party/WebKit/Source/modules/canvas2d/ClipList.h

Issue 2387093002: Reflow comments in canvas-related folders (Closed)
Patch Set: More fix 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/modules/canvas2d/ClipList.h
diff --git a/third_party/WebKit/Source/modules/canvas2d/ClipList.h b/third_party/WebKit/Source/modules/canvas2d/ClipList.h
index 7424aa6408ee0cc112e8b62307a1ca1a14462427..e39b6606cbe52ac42b05cf66b9cb9fceca70ac24 100644
--- a/third_party/WebKit/Source/modules/canvas2d/ClipList.h
+++ b/third_party/WebKit/Source/modules/canvas2d/ClipList.h
@@ -37,7 +37,8 @@ class ClipList {
ClipOp(const ClipOp&);
};
- // Number of clip ops that can be stored in a ClipList without resorting to dynamic allocation
+ // Number of clip ops that can be stored in a ClipList without resorting to
+ // dynamic allocation
static const size_t cInlineClipOpCapacity = 4;
WTF::Vector<ClipOp, cInlineClipOpCapacity> m_clipList;

Powered by Google App Engine
This is Rietveld 408576698