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