Commit d7a19f02 authored by ajuma's avatar ajuma Committed by Commit bot

cc: Add bug number to TODO in PictureLayerImpl::RecalcuateRasterScales

NOTRY=true
BUG=413636

Review URL: https://codereview.chromium.org/570123002

Cr-Commit-Position: refs/heads/master@{#294849}
parent 8cd33c00
...@@ -1120,7 +1120,7 @@ void PictureLayerImpl::RecalculateRasterScales() { ...@@ -1120,7 +1120,7 @@ void PictureLayerImpl::RecalculateRasterScales() {
// TODO(danakj): Adjust raster source scale closer to ideal source scale at // TODO(danakj): Adjust raster source scale closer to ideal source scale at
// a throttled rate. Possibly make use of invalidation_.IsEmpty() on pending // a throttled rate. Possibly make use of invalidation_.IsEmpty() on pending
// tree. This will allow CSS scale changes to get re-rastered at an // 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_) { if (raster_source_scale_is_fixed_) {
raster_contents_scale_ /= raster_source_scale_; raster_contents_scale_ /= raster_source_scale_;
raster_source_scale_ = 1.f; raster_source_scale_ = 1.f;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment