| Index: cc/layers/picture_layer_impl.h
|
| diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
|
| index 12bf80e2b25f11e9a7dbcf83d35338cf7883c238..22f14a4ad2a0afb0121ce3614e7896347cae2b58 100644
|
| --- a/cc/layers/picture_layer_impl.h
|
| +++ b/cc/layers/picture_layer_impl.h
|
| @@ -154,11 +154,11 @@ class CC_EXPORT PictureLayerImpl
|
| bool nearest_neighbor_;
|
|
|
| // Any draw properties derived from |transform|, |viewport|, and |clip|
|
| - // parameters in LayerTreeHostImpl::SetExternalDrawConstraints are not valid
|
| - // for prioritizing tiles during resourceless software draws. This is because
|
| - // resourceless software draws can have wildly different transforms/viewports
|
| - // from regular draws. Save a copy of the required draw properties of the last
|
| - // frame that has a valid viewport for prioritizing tiles.
|
| + // parameters in LayerTreeHostImpl::OnDraw are not valid for prioritizing
|
| + // tiles during resourceless software draws. This is because resourceless
|
| + // software draws can have wildly different transforms/viewports from regular
|
| + // draws. Save a copy of the required draw properties of the last frame that
|
| + // has a valid viewport for prioritizing tiles.
|
| gfx::Rect visible_rect_for_tile_priority_;
|
| gfx::Rect viewport_rect_for_tile_priority_in_content_space_;
|
|
|
|
|