| Index: cc/resources/bitmap_content_layer_updater.cc
|
| diff --git a/cc/resources/bitmap_content_layer_updater.cc b/cc/resources/bitmap_content_layer_updater.cc
|
| index 7d11e34ef2e741e5e9356ff15d57c2a70c8697eb..5365c4c2c5f1ad53aba5a242b2513fa65cbc0d7b 100644
|
| --- a/cc/resources/bitmap_content_layer_updater.cc
|
| +++ b/cc/resources/bitmap_content_layer_updater.cc
|
| @@ -60,7 +60,7 @@ void BitmapContentLayerUpdater::PrepareToUpdate(
|
| }
|
|
|
| if (stats) {
|
| - stats->totalPixelsRasterized +=
|
| + stats->total_pixels_rasterized +=
|
| content_rect.width() * content_rect.height();
|
| }
|
|
|
|
|