mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Lack of this change will lead to freeze after call to hide/show on window which has set flag disable_hidden_. To reproduce the problem it's necessary to create some number of windows (how many it depends on number of windows being cached by Chromium's FrameEvictionManager). Co-authored-by: Cezary Kulakowski <cezary@openfin.co>