Descriptioncc: Use ExpandRectIgnoringBordersToTileBoundsWithBordersEmpty.
When expanding the live tiles rect, we want to include border pixels
for all tiles that intersect the live tiles rect. It used to do this
by also including any tiles whose border pixels intersect the live
tiles rect, but that's excessive.
This adds ExpandRectIgnoringBordersToTileBoundsWithBordersEmpty and
uses it to expand the live tiles rect, the unit test
PictureLayerTilingIteratorTest.ResizeOverBorderPixelsDeletesTiles
covers this usage of the method.
The ExpandRectToTileBoundsWithBorders is no longer used, so remove it.
R=enne
BUG=386998
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282896
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|