Fix the issue that certain system captioning fonts are not honored by chrome.
commitc2853886b599e6c25b4f565a6c1a1ce9dc8f78ee
authorqinmin <qinmin@chromium.org>
Fri, 15 May 2015 02:15:57 +0000 (14 19:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 15 May 2015 02:16:09 +0000 (15 02:16 +0000)
tree6ad9e8cca8537c6e456785f0391da7ced8f4c5b7
parentd44e8a774ce99a89c350d10d5b3f9f644eb0c3d1
Fix the issue that certain system captioning fonts are not honored by chrome.

Android TypeFace object doesn't provide chrome too much information on font family.
And the font family is needed for blink to override the subtitle css.
This change adds all the font families that are used by the CaptioningManager.

BUG=457850

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

Cr-Commit-Position: refs/heads/master@{#330023}
content/public/android/java/src/org/chromium/content/browser/accessibility/captioning/CaptioningChangeDelegate.java