DescriptionSync createPattern with the spec
According to the spec the repetition argument is not nullable, but
the return type is:
https://html.spec.whatwg.org/multipage/scripting.html#canvasfillstrokestyles
This change is covered by fast/canvas/canvas-pattern-behaviour.html.
No change in behavior for the repitition parameter since nullable and
TreatNullAs=NullString both convert null to a null string.
BUG=460722
Committed: https://crrev.com/90717942048c6aa1a9f56983b9a16eb7b7a50961
Cr-Commit-Position: refs/heads/master@{#377523}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Make return type nullable #Messages
Total messages: 15 (8 generated)
|