Split out CSSPrimitiveValue's PropertyID into CSSCustomIdentValue
Move PropertyID CSSPrimitiveValues into CSSCustomIdentValue, to be
stored as an optimization for will-change and other properties (the spec
specifies these as custom identifiers, but since they represent
properties they can be stored as property IDs).
BUG=
523893
Committed:
https://crrev.com/2e9a05075d75ebd9fb67718a214f32bc10ac2782
Cr-Commit-Position: refs/heads/master@{#353664}