| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
const auto gmb_handle = shared_image->CloneGpuMemoryBufferHandle();(maybe in a follow-up) nit: I know this was this way before, but it's quite unfortunate to clone handle for no reason. Could you add a TODO, so we don't forget to look into it eventually? I think this all code might not very useful, but if it is, we could get this info without Cloning.
if (is_native_buffer) {I guess this supposed to be always true?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Thanks!
const auto gmb_handle = shared_image->CloneGpuMemoryBufferHandle();(maybe in a follow-up) nit: I know this was this way before, but it's quite unfortunate to clone handle for no reason. Could you add a TODO, so we don't forget to look into it eventually? I think this all code might not very useful, but if it is, we could get this info without Cloning.
Thanks! I was wondering about this code too. Will examine in a followup and either clean up, add a TODO, or both depending on what I find.
if (is_native_buffer) {I guess this supposed to be always true?
Yes, I'm going to eliminate the conditional when I change this code to operate on GMBNativePixmap directly.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[//media] Split out VideoFrame::CreateFrameFor{GMB, MappableSI}Internal
This helper method can currently handle both. However, we're making all
knowledge of GpuMemoryBuffer in VideoFrame ChromeOS-specific. This CL
splits out handling of GMB from MappableSI.| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |