diff options
author | jaepark <jaepark@google.com> | 2016-08-02 12:25:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-02 12:25:15 -0700 |
commit | b2e63373054f0f1c3dbcdfa5e75acf2831b113f6 (patch) | |
tree | 5ff5f07b7ca26e3bfd5e814edc2ee4453db248d7 /core/fpdfdoc/cpvt_generateap.h | |
parent | 448c4337f2be2523727451b265311d48e9550ee5 (diff) | |
download | pdfium-b2e63373054f0f1c3dbcdfa5e75acf2831b113f6.tar.xz |
Use PaintOperation instead of bFillOrStroke in CPVT_GenerateAP.
Also, use PaintOperation instead of bStrokingOperation in
CPDF_DefaultAppearance.
Review-Url: https://codereview.chromium.org/2197353002
Diffstat (limited to 'core/fpdfdoc/cpvt_generateap.h')
-rw-r--r-- | core/fpdfdoc/cpvt_generateap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfdoc/cpvt_generateap.h b/core/fpdfdoc/cpvt_generateap.h index 4b4d7d093b..6cd9dcea67 100644 --- a/core/fpdfdoc/cpvt_generateap.h +++ b/core/fpdfdoc/cpvt_generateap.h @@ -46,7 +46,7 @@ class CPVT_GenerateAP { BorderStyle nStyle, const CPVT_Dash& dash); static CFX_ByteString GenerateColorAP(const CPVT_Color& color, - const FX_BOOL& bFillOrStroke); + PaintOperation nOperation); static CFX_ByteString GetPDFWordString(IPVT_FontMap* pFontMap, int32_t nFontIndex, |