Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ozone/common] Fix gbm_bo_get_plane_count type mismatch
Though minigbm gbm_bo_get_plane_count returns a size_t, libgbm is returning an int. And a return value of -1 is possible (it reports the operation failed). So modify DCHECK that would assume both are size_t for the case build is using system GBM.
- Loading branch information