Descriptioncc: Separate tiling set functionality into explicit separate functions.
This patch separates UpdateTilingsToCurrentRaster source into three
separate functions, so that it is clear when each one is meant to run:
- UpdateTilingsToCurrentRasterSourceForCommit(raster_source, invalidation)
This function is called during PictureLayer::PushPropertiesTo to on
the sync tree (either pending or active).
- UpdateTilingsToCurrentRasterSourceForActivation(
raster_source, pending_twin_set, invalidation)
This function is called during PictureLayerImpl::PushPropertiesTo on
the active tree only.
- UpdateRasterSourceDueToLCDChange(raster_source, invalidation)
This function is called on the sync tree when the LCD flag changes.
The raster source in this case is of the same size as previously set
but has lcd flag changed.
R=danakj, enne
Committed: https://crrev.com/074006a706461a22204fbdf183161819f416290b
Cr-Commit-Position: refs/heads/master@{#323550}
Patch Set 1 #
Total comments: 4
Patch Set 2 : update #
Messages
Total messages: 9 (2 generated)
|