Index: cc/layers/picture_layer_impl.cc |
diff --git a/cc/layers/picture_layer_impl.cc b/cc/layers/picture_layer_impl.cc |
index 0fa9f6e136868154770646224dc77cfce3149861..0fa0c860301316ad5ecf7dcd421e99e41df5e52a 100644 |
--- a/cc/layers/picture_layer_impl.cc |
+++ b/cc/layers/picture_layer_impl.cc |
@@ -1120,7 +1120,7 @@ void PictureLayerImpl::RecalculateRasterScales() { |
// TODO(danakj): Adjust raster source scale closer to ideal source scale at |
// a throttled rate. Possibly make use of invalidation_.IsEmpty() on pending |
// tree. This will allow CSS scale changes to get re-rastered at an |
- // appropriate rate. |
+ // appropriate rate. (crbug.com/413636) |
if (raster_source_scale_is_fixed_) { |
raster_contents_scale_ /= raster_source_scale_; |
raster_source_scale_ = 1.f; |