| Index: Source/platform/graphics/GraphicsContextRecorder.h
|
| diff --git a/Source/platform/graphics/GraphicsContextRecorder.h b/Source/platform/graphics/GraphicsContextRecorder.h
|
| index a7e8b15568b765f598f5a1a1be998c298eaf8edf..de68ffe810962fba62b46a16c9a81aedf8c2a563 100644
|
| --- a/Source/platform/graphics/GraphicsContextRecorder.h
|
| +++ b/Source/platform/graphics/GraphicsContextRecorder.h
|
| @@ -49,7 +49,7 @@ public:
|
|
|
| PassOwnPtr<ImageBuffer> replay(unsigned fromStep = 0, unsigned toStep = 0) const;
|
| PassOwnPtr<Timings> profile(unsigned minIterations, double minDuration) const;
|
| - PassRefPtr<JSONArray> snapshotCommandLog() const;
|
| + PassRefPtr<JSONArray> snapshotCommandLog(unsigned fromStep = 0, unsigned toStep = 0) const;
|
|
|
| private:
|
| friend class GraphicsContextRecorder;
|
|
|