[mediacapture-image] Merged Pull Request: Made MediaSettingsRange members signed (not unsigned).

gmandyam has just merged miguelao's pull request 52 for 
https://github.com/w3c/mediacapture-image:

== Made MediaSettingsRange members signed (not unsigned). ==
I just noticed while implementing `exposureCompensation`, the values 
of `min` and `current` can be negative (and, potentially, so could 
`max`). This small patch corrects that.

See https://github.com/w3c/mediacapture-image/pull/52

Received on Tuesday, 30 August 2016 23:13:16 UTC