remove inline allocation in SkRecord
authorMike Klein <mtklein@chromium.org>
Tue, 11 Apr 2017 14:36:48 +0000 (10:36 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Tue, 11 Apr 2017 16:51:17 +0000 (16:51 +0000)
commit0fa156fcfba3b430801b5448ddfc254732bf7386
treeca6806767079c45eeeda0ce14175f275e0e14f9a
parent7a542c559a6e584107b94e6254ac3c7f9f24b591
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>
src/core/SkRecord.cpp
src/core/SkRecord.h