DescriptionImplement "hole" video frame.
In order to support out-of-band compositing of protected video
content in Chrome, it is necessary to have a transparent hole in
Chrome's HTML rendering so that video playing "beneath" the HTML
elements can be seen through.
To accomplish the scenario stated above, define a "hole" video frame
which would clear the region where video would have been composited.
In CC, this is done by sending a transparent black SolidColorDrawQuad
with blending disabled.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185841
Patch Set 1 #
Total comments: 5
Patch Set 2 : Defined a new quad type called HoleDrawQuad and put implementations inside ifdef's #Patch Set 3 : Use SolidColorDrawQuad to implement video hole quad #
Total comments: 2
Patch Set 4 : Added contact address #
Total comments: 4
Patch Set 5 : #
Messages
Total messages: 22 (0 generated)
|