You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better handle incomplete display lists during hit testing
Our custom hit testing code tries to find the root node of a pipeline.
There can be references to non-existant pipelines if hit testing is
performed at a time when not all display lists have arrived to WebRender
yet. This changes handles that situation more gracefully instead of
panicking.
0 commit comments