DescriptionCheck IsFixed specifically instead of presence of other flags.
LayoutSVGRoot::mapLocalToAncestor has an assert to check that there is
no fixed content in the SVG layout tree. However, it did incorrectly
rely on MapCoordinatesFlags being non-0. Changed the assert to check
for the Fixed flag explicitly instead.
R=mstensho@opera.com
BUG=586478
Committed: https://crrev.com/3fee2c883a079398c3201fa1262916b2a4d4a9c0
Cr-Commit-Position: refs/heads/master@{#375458}
Patch Set 1 #Patch Set 2 : Remove potentially wrong IsFixed argument #
Messages
Total messages: 26 (9 generated)
|