commit | 0fa156fcfba3b430801b5448ddfc254732bf7386 | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@chromium.org> | Tue Apr 11 10:36:48 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Apr 11 16:51:17 2017 +0000 |
tree | ca6806767079c45eeeda0ce14175f275e0e14f9a | |
parent | 7a542c559a6e584107b94e6254ac3c7f9f24b591 [diff] |
remove inline allocation in SkRecord This is part one of many to making SkPicture simpler. SkMiniPicture covers the really small allocations, so there's really no reason for us to have these inline allocations. BUG=skia:6484 Change-Id: I0e27ac747a6b15cf178db9639128fef757bc137b Reviewed-on: https://skia-review.googlesource.com/13137 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Herb Derby <herb@google.com>