DescriptionReland "Be explicit about forcing TouchSelectionController updates"
This change landed in r329325 but was reverted due to an
uninitialized member variable. The issue has been fixed.
Original description: ----------------------------
Previously, cached values in the TouchSelectionController would be reset
to force future selection updates. However, these cached values can
actually be used outside of selection update calls, e.g., when force
showing the selection from the current cached values. Instead of
resetting the cached values, simply set a dirty bit that forces an
update, avoiding issues when dealing with the reset values.
BUG=393025
Committed: https://crrev.com/da232ee4d57ce8e6a8b3d4f9f2795c06b3720c0f
Cr-Commit-Position: refs/heads/master@{#329422}
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Initialize force_next_update_ #
Messages
Total messages: 16 (5 generated)
|