Chromium Code Reviews
DescriptionUpdate PositionTemplate::toAnchorTypeAndOffsetString().
- Use symbols consistent with operator<< for PositionAnchorType.
- Add offset only if OffsetInAnchor
The output of PositionTemplate::showTreeForThis() is changed:
BODY
* #text ...
offset, offset:9
to
BODY
* #text ...
offsetInAnchor[9]
- printPosition() uses toAnchorTypeAndOffsetString().
The output of printPosition for OffsetInAnchor is changed:
#text "..."@9
to
#text "..."@offsetInAnchor[9]
This CL doesn't affect production.
Committed: https://crrev.com/3865439c6ff3795aaee47d9452a3f78aa6c1f202
Cr-Commit-Position: refs/heads/master@{#415604}
Patch Set 1 #
Messages
Total messages: 22 (17 generated)
|
||||||||||||||||||||||||||||