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

Unified Diff: third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp

Issue 2218533002: Backporting JSONValues from protocol::Values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch back to partition allocator Created 4 years, 4 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/platform/graphics/PictureSnapshot.h ('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/PictureSnapshot.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
index cdf740b2784d59b9517c74e35652de7ef4f8c156..8a486c4ef35087fc8271e7dd5fbae65f03ceed12 100644
--- a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
+++ b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
@@ -174,7 +174,7 @@ std::unique_ptr<PictureSnapshot::Timings> PictureSnapshot::profile(unsigned minR
return timings;
}
-PassRefPtr<JSONArray> PictureSnapshot::snapshotCommandLog() const
+std::unique_ptr<JSONArray> PictureSnapshot::snapshotCommandLog() const
{
const SkIRect bounds = m_picture->cullRect().roundOut();
LoggingCanvas canvas(bounds.width(), bounds.height());
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/PictureSnapshot.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698