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

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

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
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.cpp b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.cpp
index 7f17e96cc85e761713e7e12f247af4985702950d..371baf0346f88df6057e1a46a2d4b6e420d023e0 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.cpp
@@ -31,7 +31,8 @@ SubsequenceRecorder::~SubsequenceRecorder() {
ASSERT(m_beginSubsequenceIndex ==
m_paintController.newDisplayItemList().size() - 1);
// Remove uncacheable no-op BeginSubsequence/EndSubsequence pairs.
- // Don't remove cacheable no-op pairs because we need to match them later with CachedSubsequences.
+ // Don't remove cacheable no-op pairs because we need to match them later
+ // with CachedSubsequences.
if (m_paintController.newDisplayItemList().last().skippedCache()) {
m_paintController.removeLastDisplayItem();
return;
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698