diff options
author | Lei Zhang <thestig@chromium.org> | 2017-07-25 17:20:43 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-26 00:33:29 +0000 |
commit | a27c752a048ac2b88bc0c9c293917a7a0494d8a2 (patch) | |
tree | 566d7689a11209ccb8430828b3e9c56050d3736e /xfa/fxfa/parser/cscript_layoutpseudomodel.h | |
parent | 952477dbee761a6e38ce675f2095bbfc9cfd7450 (diff) | |
download | pdfium-a27c752a048ac2b88bc0c9c293917a7a0494d8a2.tar.xz |
Clean up CXFA_Measurement and callers.
Change-Id: Iaa34127aaf616a0a7bdf7ccc8f8f001d34abcca1
Reviewed-on: https://pdfium-review.googlesource.com/7371
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cscript_layoutpseudomodel.h')
-rw-r--r-- | xfa/fxfa/parser/cscript_layoutpseudomodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cscript_layoutpseudomodel.h b/xfa/fxfa/parser/cscript_layoutpseudomodel.h index ea31a4205e..6f98997b0d 100644 --- a/xfa/fxfa/parser/cscript_layoutpseudomodel.h +++ b/xfa/fxfa/parser/cscript_layoutpseudomodel.h @@ -55,7 +55,8 @@ class CScript_LayoutPseudoModel : public CXFA_Object { int32_t iPageNo, const CFX_WideString& wsType, bool bOnPageArea); - void PageImp(CFXJSE_Arguments* pArguments, bool bAbsPage); + + void PageInternals(CFXJSE_Arguments* pArguments, bool bAbsPage); void ThrowSetReadyException() const; }; |