DescriptionRemove SkNEW_APPEND_TO_TARRAY.
The use of SkNEW_APPEND_TO_TARRAY is now better served by
SkTArray::emplace_back(...) which should now be used instead. The
existing users of SkNEW_APPEND_TO_TARRAY are converted and the code
relating to SkNEW_APPEND_TO_TARRAY is removed.
TBR=reed
This only removes code. The file should also be made private.
Committed: https://skia.googlesource.com/skia/+/85dc359f749c349bbd8e0ba56825b9457f654237
Patch Set 1 #
Messages
Total messages: 13 (7 generated)
|