Do not add indirection to XML_Parser.
authorbungeman <bungeman@google.com>
Fri, 30 Jan 2015 22:52:58 +0000 (14:52 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 30 Jan 2015 22:52:58 +0000 (14:52 -0800)
commit3af41fab932f5ab1c6ef57cbf3aad0c0ed550f6e
treeb25c1e26f32279e4f95e41cb9d1d91d29e0f8e2d
parent7f14c9bbf1954a88226a0b56f1abb1a17f31534c
Do not add indirection to XML_Parser.

The expat type XML_Parser is already a pointer, so pass it by value
instead of by indirection.

Review URL: https://codereview.chromium.org/880783003
src/ports/SkFontConfigParser_android.cpp