Currently enums in ComputedStyle are plain enums. We would like to convert them into enum classes with unsigned underlying types for better type safety. We also want to rename the enumerator values by adding the prefix 'k' to match the Chromium style guide. This is pre-work for generating the enums, since we need to get the enums in the right format before replacing them with the generated versions.
Comment 1 by bugdroid1@chromium.org
, Jan 28 2017