DescriptionDon't process more than the queued events during rAF.
There was potential that a stream events could enter rAF while it was being
processed. This was an initial design consideration but after talking with
an external partner it appears that probably we should just process what
is queued. This gives the benefit that only one type of a given event
will be processed during the callback.
BUG=625693
Committed: https://crrev.com/ed255334e459137808c04ede96e8a3253ca3dde5
Cr-Commit-Position: refs/heads/master@{#418618}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix nit #
Messages
Total messages: 16 (10 generated)
|