| 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()
|
|
|