aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/bleed.cpp
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2015-05-27 13:10:02 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-27 13:10:03 -0700
commita9f1db7902227143f97e4e29c1eefcd690f6aced (patch)
tree90b00c8e40ed5710e0f27413ac7ba40c028874fa /gm/bleed.cpp
parent9700206b67ef2a0aab9a8211c8a901d5123afa9f (diff)
Use SkTArray instead of SkSTArray in movable.
SkTArray is trivially movable, but SkSTArray is not, since it may contain an internal pointer. FontFileInfo is supposed to be trivially movable but currently isn't due to containing an SkSTArray. Removing this particular optimization should not affect performance much as this type is only used for parsing and does not allocate any memory unless a variation axis is actually specified. Review URL: https://codereview.chromium.org/1155383002
Diffstat (limited to 'gm/bleed.cpp')
0 files changed, 0 insertions, 0 deletions