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

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

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 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/CompositingRecorder.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/CompositingRecorder.cpp b/third_party/WebKit/Source/platform/graphics/paint/CompositingRecorder.cpp
index 2a2d3a86e97906495a355faea6f943d14b7dfc31..f6497aa8f7e613b4e63dd03680d08129d4104684 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/CompositingRecorder.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/CompositingRecorder.cpp
@@ -60,7 +60,7 @@ void CompositingRecorder::endCompositing(GraphicsContext& graphicsContext,
const DisplayItemClient& displayItemClient = lastDisplayItem->client();
DisplayItem::Type displayItemType = lastDisplayItem->getType();
- // Re-record the last two DisplayItems into a new SkPicture.
+ // Re-record the last two DisplayItems into a new PaintRecord.
SkPictureBuilder pictureBuilder(cullRect, nullptr, &graphicsContext);
{
#if DCHECK_IS_ON()

Powered by Google App Engine
This is Rietveld 408576698