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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.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/SkPictureBuilder.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
index cdc23e9bea6b68301636a58f35efa4d4f04a833b..fe9f3d8b78539a333b79a8699c70ef25122efcac 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
@@ -37,7 +37,7 @@ SkPictureBuilder::SkPictureBuilder(const FloatRect& bounds,
SkPictureBuilder::~SkPictureBuilder() {}
-sk_sp<SkPicture> SkPictureBuilder::endRecording() {
+sk_sp<CdlPicture> SkPictureBuilder::endRecording() {
m_context->beginRecording(m_bounds);
m_paintController->commitNewDisplayItems();
m_paintController->paintArtifact().replay(*m_context);

Powered by Google App Engine
This is Rietveld 408576698