| commit | c3dbab87486a0a9b43e45d0d924bc1c6d131d022 | [log] [tgz] |
|---|---|---|
| author | sashab <sashab@chromium.org> | Wed Jun 01 07:38:50 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jun 01 07:40:33 2016 |
| tree | c32a17aba0579cfcf565a5802425b39a374d5836 | |
| parent | 40b078fe9ccf11c43b70c6cd0ae9eaf03621ae41 [diff] |
Make SVGElement::setCursorImageValue take a const pointer Fix SVGElement::setCursorImageValue() to take a const CSSCursorImageValue* instead of just a regular pointer. This is required pre-work to make StyleBuilderFunctions take const references (since, when calling into SVGElement::setCursorImageValue from StyleBuilderFunctions, only a const pointer is available). BUG=526586 Review-Url: https://codereview.chromium.org/2027113002 Cr-Commit-Position: refs/heads/master@{#397078}