| 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 fff62cf0aca5ca144a27be12614f1100d2815f46..c372cf9506d75b5673558c5d9b548edcae6dc5fa 100644
|
| --- a/cc/resources/bitmap_content_layer_updater.cc
|
| +++ b/cc/resources/bitmap_content_layer_updater.cc
|
| @@ -85,6 +85,7 @@ void BitmapContentLayerUpdater::PrepareToUpdate(
|
| rendering_stats_instrumentation_->AddPaint(
|
| duration,
|
| content_rect.width() * content_rect.height());
|
| + //*resulting_opaque_rect = content_rect;
|
| }
|
|
|
| void BitmapContentLayerUpdater::UpdateTexture(ResourceUpdateQueue* queue,
|
|
|