Change StyleBuilderConverter functions to take const CSSValue&s
Change StyleBuilderConverter functions to take const CSSValue&s instead
of CSSValue*s. Since these values can never be null, this makes the code
easier to work with.
BUG=
526586
Committed:
https://crrev.com/fdc999369aacd205cb488708de7623e6079e51ac
Cr-Commit-Position: refs/heads/master@{#353243}