Remove a stray setReserve that causes dynamic allocation in picture creation.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 21 Jan 2014 20:48:46 +0000 (20:48 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 21 Jan 2014 20:48:46 +0000 (20:48 +0000)
commit0c95d664df57f01e1aa35d19ab3f355132043d05
tree6af75e12dfe4571e4cae2cb8a021d41c21bf5cde
parent764ea792016d0b346c831ccfe5e892d8b99ad2d4
Remove a stray setReserve that causes dynamic allocation in picture creation.

This brings us down to about 10 calls to malloc per picture.

No measurable change in bench_record or bench_pictures.

BUG=
R=reed@google.com

Author: mtklein@google.com

Review URL: https://codereview.chromium.org/132693009

git-svn-id: http://skia.googlecode.com/svn/trunk@13136 2bbb7eff-a529-9590-31e7-b0007b416f81
src/core/SkPictureRecord.cpp