DescriptionRemoved parent data storage common to multiple CSSValues
Removed parent data storage common to multiple CSSValues, such as
CSSValueList type bits and CSSPrimitiveValue type bits. This has no
effect on sizeof(CSSPrimitiveValue) (which remains at 4 bytes) or
sizeof(CSSValueList) (which remains at 56 bytes).
BUG=486252
Patch Set 1 #Patch Set 2 : Removed unsigned from enum class #
Total comments: 1
Patch Set 3 : Rebase on top of change to add SameSizeAs checks #Patch Set 4 : Rebase onto other patch #Patch Set 5 : Rebase #Patch Set 6 : Tried re-ordering fields to fix larger size on windows #
Messages
Total messages: 17 (14 generated)
|