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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 27 00:18:28 PDT 2020


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

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
> #7  0x00007f1d5e5dbc8d in WebCore::TextureMapperLayer::paintUsingOverlapRegions(WebCore::TextureMapperPaintOptions const&) (this=0x7f1d04265100, options=...) at ../../Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:370

   368      // Having both overlap and non-overlap regions carries some overhead. Avoid it if the overlap area
   369      // is big anyway.
   370      if (overlapRegion.bounds().size().area() > nonOverlapRegion.bounds().size().area()) {
   371          overlapRegion.unite(nonOverlapRegion);
   372          nonOverlapRegion = Region();
   373      }

This code was added by r149369 (Bug 115226).

-- 
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/20200727/6653c6ff/attachment.htm>


More information about the webkit-unassigned mailing list