Index: cc/resources/skpicture_content_layer_updater.cc |
diff --git a/cc/resources/skpicture_content_layer_updater.cc b/cc/resources/skpicture_content_layer_updater.cc |
index 32ec18dd87cc961296fe2eb2a402c871cf209130..f1cf45439a70bcb5ed22ff496e116349243ae242 100644 |
--- a/cc/resources/skpicture_content_layer_updater.cc |
+++ b/cc/resources/skpicture_content_layer_updater.cc |
@@ -39,7 +39,7 @@ void SkPictureContentLayerUpdater::PrepareToUpdate( |
base::TimeDelta duration = |
rendering_stats_instrumentation_->EndRecording(start_time); |
rendering_stats_instrumentation_->AddRecord( |
- duration, duration, content_rect.width() * content_rect.height()); |
+ duration, content_rect.width() * content_rect.height()); |
picture_.endRecording(); |
} |