Update path to Android font config file
authortomhudson <tomhudson@chromium.org>
Tue, 12 Aug 2014 18:05:29 +0000 (11:05 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 12 Aug 2014 18:05:29 +0000 (11:05 -0700)
commit94fa4b99e2a53e997a90c7808cc5263f1bf40c9f
treef17ed31b1343a9d6329fb2101f78e21eb19ba897
parent8e69676bf559b9f3105f9107136ec93dfb124e80
Update path to Android font config file

In version LMP, Android is expected to change the path to their font
configuration file (and condense several files into one), as well as
changing the format (qv http://crrev.com/446473003/). This patch tries
the new path before falling back to the old path.

The new fonts are incompatible with assumptions made by the old
SkFontConfigInterfaceAndroid, so this patch MUST NOT land until
https://crrev.com/462073002/ or the equivalent has turned on the
new SkFontManager.

BUG=chromium:400801
R=djsollen@google.com, bungeman@google.com, tomhudson@google.com

Author: tomhudson@chromium.org

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