Chromium Code Reviews
DescriptionVideoCapture: migrate Host-->Renderer OnStateUpdate message
This CL migrates the last video capture message renderer-->host
(wrongly named BufferReady, renamed to ReleaseBuffer since it's
an instruction/command). This allows for a few extra
simplifications in unit tests.
Also it begins the migration of messages from Host back
to Renderer. A mojom::VideoCaptureObserver is added,
implemented in VideoCaptureImpl via a binding valid between
Start() and Stop(). The host-->renderer OnStateUpdate
message is migrated to mojom.
BUG=651897
Committed: https://crrev.com/32a8820f9924f0f6033d779a40c7dd103afb83e9
Cr-Commit-Position: refs/heads/master@{#424339}
Patch Set 1 : #
Total comments: 8
Patch Set 2 : chfremer@ comments #Messages
Total messages: 32 (23 generated)
|