DescriptionReplace use of SkTDArray with std::vector in font code.
The initial motivation is that Skia is interested in making SkTDArray
internal. Using std::vector is also clearer, more idiomatic, and safer.
SkString is already the size of a pointer and is movable (to avoid
internal reference count churn).
Committed: https://crrev.com/e27534c2fc4263fca7f4686bc8b75bb7a319d0b3
Cr-Commit-Position: refs/heads/master@{#376175}
Patch Set 1 #
Messages
Total messages: 15 (7 generated)
|