Descriptioncc: Ensure to skip the first tile that would be returned by twin.
Since we're using a spiral iterator, we run into a situations where
a shared tile is visited by an iterator, but it is meant to be returned
by the twin (since it has higher priority). We already skip these types
of tiles in the Pop function. However, it could be the case that
the very first tile is of this kind. The fix is to ensure we skip these
types of tiles in the constructor as well.
BUG=422178
R=reveman
Committed: https://crrev.com/bee8d3d4e4b4c2f22b15f3a598a38a6b2c7c5fe2
Cr-Commit-Position: refs/heads/master@{#299135}
Patch Set 1 #
Total comments: 5
Patch Set 2 : update #Patch Set 3 : update #
Total comments: 2
Messages
Total messages: 10 (1 generated)
|