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

Unified Diff: cc/debug/rasterize_and_record_benchmark_impl.cc

Issue 2555363004: [6/6] git cl format (Closed)
Patch Set: Created 4 years 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 | « cc/blink/web_content_layer_impl.cc ('k') | cc/layers/picture_layer.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_impl.cc
diff --git a/cc/debug/rasterize_and_record_benchmark_impl.cc b/cc/debug/rasterize_and_record_benchmark_impl.cc
index bd2e2b7100353ab86cb5012fc60dc53ed1bb9e75..5b3e3014a135db5d86d11faa4d574b6f66d5eb8a 100644
--- a/cc/debug/rasterize_and_record_benchmark_impl.cc
+++ b/cc/debug/rasterize_and_record_benchmark_impl.cc
@@ -54,9 +54,10 @@ void RunBenchmark(RasterSource* raster_source,
content_rect.height()));
SkCanvas canvas(bitmap);
- raster_source->PlaybackToCanvas(&canvas, content_rect, content_rect,
- ScaleTranslate2d(raster_scale, gfx::Vector2dF()),
- RasterSource::PlaybackSettings());
+ raster_source->PlaybackToCanvas(
+ &canvas, content_rect, content_rect,
+ ScaleTranslate2d(raster_scale, gfx::Vector2dF()),
+ RasterSource::PlaybackSettings());
timer.NextLap();
} while (!timer.HasTimeLimitExpired());
« no previous file with comments | « cc/blink/web_content_layer_impl.cc ('k') | cc/layers/picture_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698