diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-08-30 16:36:53 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-08-30 21:02:57 +0000 |
commit | a94566f3833b885019bbea76d3261a3050b5ed04 (patch) | |
tree | 3fff0d5f89ce69b03fc65132dba37aa970f47efd /xfa/fxfa/fm2js/cxfa_fmexpression.h | |
parent | cd07123993c2f6cfd2d08929e6ad27cab3ac74e9 (diff) | |
download | pdfium-a94566f3833b885019bbea76d3261a3050b5ed04.tar.xz |
Move CFX_WideTextBuf out of fx_basic
This CL moves CFX_WideTextBuf to its own files and updates includes as
needed.
Change-Id: Ibe66ecf3e66f8f01dd8e9eaf6b467588be86ad4f
Reviewed-on: https://pdfium-review.googlesource.com/12413
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/fm2js/cxfa_fmexpression.h')
-rw-r--r-- | xfa/fxfa/fm2js/cxfa_fmexpression.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fxfa/fm2js/cxfa_fmexpression.h b/xfa/fxfa/fm2js/cxfa_fmexpression.h index b2bbc43968..47b2d9cabd 100644 --- a/xfa/fxfa/fm2js/cxfa_fmexpression.h +++ b/xfa/fxfa/fm2js/cxfa_fmexpression.h @@ -23,6 +23,8 @@ enum XFA_FM_EXPTYPE { XFA_FM_EXPTYPE_CONTINUE, }; +class CFX_WideTextBuf; + class CXFA_FMExpression { public: explicit CXFA_FMExpression(uint32_t line); |