DescriptionDelegatedFrameHost should handle satisfied sequences in frame metadata.
When a RenderWidgetHostViewAura is acting as a guest view, it may need
to process satisifed sequences, received in the frame metadata, for its
embedder. This CL adds the satsfied sequence list to the data passed to
SwapDelegatedFrame() and includes it in the metadata subsequently passed
to SubmitFrame().
The CL also adds a dedicated BrowserPlugin satisfy callback in
ChildFrameCompositingHelper, just to make sure that these callbacks are
routed properly.
BUG=503594
Committed: https://crrev.com/1e720d2f120ba0cf3293a642285af3d9d987f28e
Cr-Commit-Position: refs/heads/master@{#338696}
Patch Set 1 #Patch Set 2 : Fix Mac compile. #Patch Set 3 : Fix reversed callbacks. #
Total comments: 2
Patch Set 4 : Pass sequence vector as pointer. #
Total comments: 2
Patch Set 5 : Add comment stating that |satifies_sequences| is cleared on call to SwapDelegatedFrame. #
Depends on Patchset: Messages
Total messages: 25 (10 generated)
|