DescriptionMake CSSValueList store const CSSValues
Make CSSValueList store a vector of Member<const CSSValue> instead of
Member<CSSValue>. This also involved updating
ComputedStyleCSSValueMapping::get() to return a const CSSValue* in the
same patch (both changes require eachother to be const). This patch is
entirely mechanical and just adds consts to all callsites that are
needed.
BUG=526586
Committed: https://crrev.com/982156aa8a961ec7b279a869caf16bbeab1a9ccb
Cr-Commit-Position: refs/heads/master@{#398465}
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Rebase #Patch Set 4 : Small fix n CSSOM #Dependent Patchsets: Messages
Total messages: 15 (6 generated)
|