| Index: third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
|
| index ffe561fa8b9708cc616a2ad359aaed46332153cc..2ef4c195e7c8aa59c3461f1805c756b311c330b4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
|
| @@ -59,7 +59,7 @@ public:
|
|
|
| std::unique_ptr<Vector<char>> replay(unsigned fromStep = 0, unsigned toStep = 0, double scale = 1.0) const;
|
| std::unique_ptr<Timings> profile(unsigned minIterations, double minDuration, const FloatRect* clipRect) const;
|
| - PassRefPtr<JSONArray> snapshotCommandLog() const;
|
| + std::unique_ptr<JSONArray> snapshotCommandLog() const;
|
| bool isEmpty() const;
|
|
|
| private:
|
|
|