[Webkit-unassigned] [Bug 214817] [TextureMapper] Crashed in TextureMapperLayer::paintUsingOverlapRegions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 27 23:41:19 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=214817

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
TextureMapperLayer::computeOverlapRegions has the following code:

>     boundingRect = m_layerTransforms.combined.mapRect(boundingRect);

This code calculates a tranformed bounding rect.
The original bounding rect was the the img size of thumbnail.
It was 187x132.
Then, it was transformed into 650749x156033.

Why does it apply 3d transform to calculate a overlap region?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200728/46757382/attachment.htm>


More information about the webkit-unassigned mailing list