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

Unified Diff: Source/platform/graphics/GraphicsContextRecorder.h

Issue 319603007: DevTools: Add snapshot command log on the frontend. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
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;

Powered by Google App Engine
This is Rietveld 408576698