| 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
|
|
|