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

Unified Diff: cc/debug/rasterize_and_record_benchmark.h

Issue 867803003: Report viewport memory and timing correctly for Slimming Paint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 5 years, 11 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/rasterize_and_record_benchmark.h
diff --git a/cc/debug/rasterize_and_record_benchmark.h b/cc/debug/rasterize_and_record_benchmark.h
index 8a23292bc73b04aeaf29c54ee89be655bb99df39..5ae45faa3cdc7d6afb3d7f6e044c4515a3aaae49 100644
--- a/cc/debug/rasterize_and_record_benchmark.h
+++ b/cc/debug/rasterize_and_record_benchmark.h
@@ -38,6 +38,10 @@ class RasterizeAndRecordBenchmark : public MicroBenchmark {
private:
void Run(Layer* layer);
+ void RunOnDisplayListLayer(PictureLayer* layer,
+ const gfx::Rect& visible_content_rect);
+ void RunOnPictureLayer(PictureLayer* layer,
+ const gfx::Rect& visible_content_rect);
void RecordRasterResults(scoped_ptr<base::Value> results);
« no previous file with comments | « no previous file | cc/debug/rasterize_and_record_benchmark.cc » ('j') | cc/debug/rasterize_and_record_benchmark.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698