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

Unified Diff: cc/debug/rasterize_and_record_benchmark.h

Issue 1069503002: [S.P.] Fix rasterize_and_record benchmark to include SkPicture playback time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | cc/debug/rasterize_and_record_benchmark.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/rasterize_and_record_benchmark.h
diff --git a/cc/debug/rasterize_and_record_benchmark.h b/cc/debug/rasterize_and_record_benchmark.h
index bed446d6f657808942b05b99d4b9e0d6cb2b9ace..46f106fb21a2dc1b10c712f6c8ec3ba533da556b 100644
--- a/cc/debug/rasterize_and_record_benchmark.h
+++ b/cc/debug/rasterize_and_record_benchmark.h
@@ -38,9 +38,9 @@ class RasterizeAndRecordBenchmark : public MicroBenchmark {
private:
void RunOnDisplayListLayer(PictureLayer* layer,
- const gfx::Rect& visible_content_rect);
+ const gfx::Rect& visible_layer_rect);
void RunOnPictureLayer(PictureLayer* layer,
- const gfx::Rect& visible_content_rect);
+ const gfx::Rect& visible_layer_rect);
void RecordRasterResults(scoped_ptr<base::Value> results);
« no previous file with comments | « no previous file | cc/debug/rasterize_and_record_benchmark.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698