Descriptionsync compositor: Make OnComputeScroll async IPC
OnComputeScroll can synchronously update the scroll offset. However, it
is called immediately before draw, which is synchronous and synchronizes
the scroll offset. So UI scroll offset is stale for only a short time.
Note that stale scroll offset from UI is ignored during draw, so this
does not break flings.
BUG=545633
Committed: https://crrev.com/7f873dd7d474ed8e7ba9287d2e61f4ad180f0884
Cr-Commit-Position: refs/heads/master@{#370808}
Patch Set 1 #
Messages
Total messages: 11 (3 generated)
|