DescriptionUse plain int for borders widths when possible
Chromium coding style (not overridden by Blink's in this case)
states:
Do not use unsigned types to mean "this value should never be < 0".
The BorderValue width storage is currently 26 bits wide so it's easily
contained in a plain int.
No functional change expected.
BUG=496033
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197111
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|