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

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

Issue 2820233002: Always report maybe-clipped when painting fragmented content (Closed)
Patch Set: none Created 3 years, 8 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/core/paint/PaintLayerPainter.cpp ('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/PaintController.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
index 8a89c97e9dbbf146a6e77fc26514ed2a35aca256..31dc0bcfea2449cfd973ffb4b74a516b5d6de459 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
@@ -452,7 +452,8 @@ void PaintController::CopyCachedSubsequence(size_t begin_index,
DCHECK(!IsCheckingUnderInvalidation());
under_invalidation_checking_begin_ = begin_index;
under_invalidation_message_prefix_ =
- "(In cached subsequence of " + cached_item->Client().DebugName() + ")";
+ "(In cached subsequence starting with " +
+ cached_item->Client().DebugName() + ")";
}
Vector<PaintChunk>::const_iterator cached_chunk;
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698