Remove SkNEW_APPEND_TO_TARRAY.
authorbungeman <bungeman@google.com>
Tue, 9 Feb 2016 19:32:56 +0000 (11:32 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 9 Feb 2016 19:32:56 +0000 (11:32 -0800)
commit85dc359f749c349bbd8e0ba56825b9457f654237
tree0c0fa177c8cd4dad9a70e13027bea466abe283dc
parent8273ca460fcde18ec884279fb9a41f330e92e0f9
Remove 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.

Review URL: https://codereview.chromium.org/1682083002
include/core/SkTArray.h
src/gpu/GrPathProcessor.cpp
src/gpu/gl/builders/GrGLProgramBuilder.cpp
src/gpu/glsl/GrGLSLGeometryProcessor.cpp
tests/TextBlobCacheTest.cpp