DescriptionReturn raw CSSValue pointer instead of cast to CSSImageValue
Avoid an assertion triggering detected when CSSValue pointer is either
void or not cast to CSSImageValue. As far as I've seen, this data()
function is used to compare objects in RenderStyle, so it makes sense to
return a raw pointer.
The assertion avoids successful run of the following layout tests:
fast/hidpi/image-set-out-of-order.html
fast/hidpi/image-set-without-specified-width.html
virtual/gpu/fast/hidpi/image-set-out-of-order.html
virtual/gpu/fast/hidpi/image-set-without-specified-width.html
BUG=269627
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155874
Patch Set 1 #
Total comments: 1
Patch Set 2 : #Messages
Total messages: 6 (0 generated)
|