diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-08-16 21:46:05 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-16 21:46:05 +0000 |
commit | 213503e6eed2a53ff3fa2f343fbe948ccf0f1064 (patch) | |
tree | e5167701fe01aaa636cf3e9bb1d6880188ef45f3 /xfa/fxfa/parser | |
parent | aa5769a417251214d1a8b3ebb5153a9251f50448 (diff) | |
download | pdfium-213503e6eed2a53ff3fa2f343fbe948ccf0f1064.tar.xz |
Remove optional argument from CXFA_LayoutProcessor::StartLayout()
Change-Id: I559d8208b8415e42e520e81114f9d2d66e74b288
Reviewed-on: https://pdfium-review.googlesource.com/40391
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser')
-rw-r--r-- | xfa/fxfa/parser/cxfa_layoutprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_layoutprocessor.h b/xfa/fxfa/parser/cxfa_layoutprocessor.h index e8391bebb9..bba4357e55 100644 --- a/xfa/fxfa/parser/cxfa_layoutprocessor.h +++ b/xfa/fxfa/parser/cxfa_layoutprocessor.h @@ -26,7 +26,7 @@ class CXFA_LayoutProcessor { ~CXFA_LayoutProcessor(); CXFA_Document* GetDocument() const; - int32_t StartLayout(bool bForceRestart = false); + int32_t StartLayout(bool bForceRestart); int32_t DoLayout(); bool IncrementLayout(); int32_t CountPages() const; |