| Index: cc/trees/layer_tree_impl.cc
|
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
|
| index 443308b6dfbd08e5b5502082871b1a86a08eee43..ebbf4a1f696ec144a850b43ff0915416b498026e 100644
|
| --- a/cc/trees/layer_tree_impl.cc
|
| +++ b/cc/trees/layer_tree_impl.cc
|
| @@ -658,7 +658,6 @@ bool LayerTreeImpl::UpdateDrawProperties() {
|
| size_t layers_updated_count = 0;
|
| bool tile_priorities_updated = false;
|
| for (PictureLayerImpl* layer : picture_layers_) {
|
| - // TODO(danakj): Remove this to fix crbug.com/446751
|
| if (!layer->IsDrawnRenderSurfaceLayerListMember())
|
| continue;
|
| ++layers_updated_count;
|
|
|