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

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

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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 7930f26670f9003dd853b62b7e35205c4f48b8a7..e777123657e00abddd8f2adeaa2e2f917d4acd2c 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 CdlPicture.
SkPictureBuilder pictureBuilder(cullRect, nullptr, &graphicsContext);
{
#if DCHECK_IS_ON()

Powered by Google App Engine
This is Rietveld 408576698