DescriptionMove z-index property handling into CSSPropertyParser
Move z-index property handling from LegacyCSSPropertyParser
into CSSPropertyParser.
This property needs to be of type Integer in order to serialize correctly.
To support this, make consumeInteger generate CSSPrimitiveValues of this
type, and change the CSSValuePool integer caching (for integer values 0-255)
to be of type Integer too.
BUG=499780
Committed: https://crrev.com/13ee1c0bcba54eb3d4bfd46b7bfc89396f996710
Cr-Commit-Position: refs/heads/master@{#356767}
Patch Set 1 #Patch Set 2 : V2 #Patch Set 3 : V3 #Patch Set 4 : Rebase #Patch Set 5 : Fix rebase error #Patch Set 6 : Rebase again! #
Total comments: 2
Messages
Total messages: 13 (4 generated)
|