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

Unified Diff: cc/debug/picture_record_benchmark.h

Issue 300963004: cc: Add message passing mechanism to micro benchmarking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: cc/debug/picture_record_benchmark.h
diff --git a/cc/debug/picture_record_benchmark.h b/cc/debug/picture_record_benchmark.h
index 89f2bc0781e4ddf5cc03709409d03fbbd9b2715f..5ed7164c51409482082531b1d32cba0bb01e2dc9 100644
--- a/cc/debug/picture_record_benchmark.h
+++ b/cc/debug/picture_record_benchmark.h
@@ -19,7 +19,8 @@ class Layer;
class CC_EXPORT PictureRecordBenchmark : public MicroBenchmark {
public:
explicit PictureRecordBenchmark(scoped_ptr<base::Value> value,
- const MicroBenchmark::DoneCallback& callback);
+ const MicroBenchmark::DoneCallback& callback,
+ int id);
virtual ~PictureRecordBenchmark();
// Implements MicroBenchmark interface.

Powered by Google App Engine
This is Rietveld 408576698