ChildLocalSurfaceIdAllocator's default values don't match Parent's |
||
Issue descriptionThe parent might send a message with sequence numbers (1, 1, some_nonce). When we call child_allocator_.UpdateFromParent(that_local_surface_id);, we only update child_allocator_'s parent sequence number and the nonce. This behavior is correct. However, the child allocator assumes different initial values than the parent allocator. So the child allocator would now think we are on (1, 0, some_nonce). Update the child allocator to use the same initial values.
,
Feb 13 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Feb 13 2018