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

Unified Diff: cc/resources/bitmap_skpicture_content_layer_updater.cc

Issue 26031002: cc: Remove unused metrics from RenderingStats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed raster_worker_pool_perftest.cc Created 7 years, 2 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 | « cc/debug/rendering_stats_instrumentation.cc ('k') | cc/resources/managed_tile_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/bitmap_skpicture_content_layer_updater.cc
diff --git a/cc/resources/bitmap_skpicture_content_layer_updater.cc b/cc/resources/bitmap_skpicture_content_layer_updater.cc
index 2db3f417a97ae0f1344b610f479b76bbce701ef1..6b6cd9f439ce6f2829cb0ac35eb3761e4a810c8e 100644
--- a/cc/resources/bitmap_skpicture_content_layer_updater.cc
+++ b/cc/resources/bitmap_skpicture_content_layer_updater.cc
@@ -81,9 +81,7 @@ void BitmapSkPictureContentLayerUpdater::PaintContentsRect(
rendering_stats_instrumentation_->EndRecording(start_time);
rendering_stats_instrumentation_->AddRaster(
duration,
- duration,
- source_rect.width() * source_rect.height(),
- false);
+ source_rect.width() * source_rect.height());
}
} // namespace cc
« no previous file with comments | « cc/debug/rendering_stats_instrumentation.cc ('k') | cc/resources/managed_tile_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698