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
Currently, we loop through the layout tree & build a painting list every time we redraw. This is very costly, so a better way to do this is to cache the painting information inside the layout tree.