DescriptionFix RenderGeometryMap ASSERT in touch hit rect computation
RenderGeometryMap requires that the RenderView be pushed as the first mapping.
It helpfully does this for you when on the 'canMapBetweenRenderers' fast-path,
but not in the slow path. Touch hit rect computation wasn't explicitly
pushing the RenderView and so could trigger this ASSERT (and potentially
other issues) if the first layer pushed doesn't satisfy the canMapBetweenRenderers
requirement (almost never the case in practice since the first layer is the
document element's layer).
BUG=339141
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166094
Patch Set 1 #
Total comments: 2
Patch Set 2 : Tweaks #
Messages
Total messages: 6 (0 generated)
|