diff options
author | Ryan Harrison <rharrison@chromium.org> | 2018-04-25 18:49:21 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-25 18:49:21 +0000 |
commit | eb3ec8f29846a5df67269a53ca94d1d740c84513 (patch) | |
tree | 4a3717eb9fa56ff3e0c2b529aa4696fefa14fe42 /public/cpp | |
parent | 2929d135d076fb6927a02ff94935d5efc45e7257 (diff) | |
download | pdfium-eb3ec8f29846a5df67269a53ca94d1d740c84513.tar.xz |
Allow failing to build CFXA_FWLTheme if unable to load fonts
The current implementation of this class potentially does a lot of
work in the constructor. Specifically when getting a calendar font it
might cause the whole font loading pipeline to run. This can fail if
it is unable to load fonts.
Breaking out the font loading part, so that the factory method can
return nullptr if it fails. Additionally adding a guard for the case
the font manager fails to load, which is the root cause of the crash
in the bug.
BUG=chromium:835608
Change-Id: I05b987aaad6f0814907066904331610a7fbb7f70
Reviewed-on: https://pdfium-review.googlesource.com/31330
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'public/cpp')
0 files changed, 0 insertions, 0 deletions