Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[android] Make operator==(SbDrmKeyId, ...) static (#4689)
It wasn't defined in the anonymous namespace to be picked up by `std::vector<SbDrmKeyId>::operator==()` via argument dependent lookup. Now it's explicitly defined as static to avoid polluting the global namespace. b/327287075
- Loading branch information