DescriptionX11: Cancel delayed resize task on manual resize
This fixes a race condition where:
1. We get a ConfigureNotify event that tells us the window was resized
and as a result post a delayed resize task
2. The window is resized
3. The delayed resize task runs and resizes the window to the old size
The symptom experienced by this bug could be seen with tooltips which
reuse the same window for each tooltip. If a window was resized to be
larger, we would only render in the smaller area and garbage data
would fill the rest.
BUG=442111
Committed: https://crrev.com/7c6709e2148bd43c2f77396606a94fb6e0f8e78c
Cr-Commit-Position: refs/heads/master@{#406043}
Patch Set 1 #
Messages
Total messages: 13 (7 generated)
|