mac: disable frame-resize shadow invalidate hack under test
This specific hack, which forces a WindowServer shadow update by resizing a window briefly, is the current leading suspect in issue 899286. Here are the hard facts we have: 1) 899286 is a WindowServer crash caused by software-compositing of layers for window shadows in response to a window resize 2) This hack is forcing WindowServer to rebuild shadows when it ordinarily wouldn't by synthesizing a window resize The coincidence is pretty strong here, so let's speculatively disable this hack when running headless (i.e. under test). Bug: 899286 Change-Id: I26c9cbddef08d7213a3f545de5e666cd2307d93d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974513Reviewed-by:Robert Sesek <rsesek@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#726087}
Showing
Please register or sign in to comment