| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks! +Vasiliy for expertise
CHECK_LE(handle.planes.size(), 3u);Vasiliy: Should this instead return nullptr if unexpected # of planes, like the cases above?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
CHECK_LE(handle.planes.size(), 3u);Vasiliy: Should this instead return nullptr if unexpected # of planes, like the cases above?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
Vasiliy TelezhnikovVasiliy: Should this instead return nullptr if unexpected # of planes, like the cases above?
Returning nullptr sounds good to me.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[gfx] Harden a plane count check in ui::gbm_wrapper::Device::CreateBufferFromHandle
Turns a DCHECK_LE to a runtime check and early exit.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |