From 741d5e1e0a64b85717ad054d3fd8807c66845a50 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 9 Apr 2018 19:08:25 +0000 Subject: Merge CXFA_FFDoc::{Start|Do|Stop}Load methods The StartLoad, DoLoad and StopLoad methods are called in sequence from the CPDFXFA_Context. This CL merges the three methods into a single Load method. Change-Id: I7135502354fb4c64784c89fa39b74fc58c76b683 Reviewed-on: https://pdfium-review.googlesource.com/29990 Reviewed-by: Henrique Nakashima Commit-Queue: dsinclair --- xfa/fxfa/cxfa_ffdoc.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xfa/fxfa/cxfa_ffdoc.h') diff --git a/xfa/fxfa/cxfa_ffdoc.h b/xfa/fxfa/cxfa_ffdoc.h index ffa8bcc1d2..14bae5973a 100644 --- a/xfa/fxfa/cxfa_ffdoc.h +++ b/xfa/fxfa/cxfa_ffdoc.h @@ -58,9 +58,7 @@ class CXFA_FFDoc { } FormType GetFormType() const { return m_FormType; } - int32_t StartLoad(); - int32_t DoLoad(); - void StopLoad(); + int32_t Load(); CXFA_FFDocView* CreateDocView(); -- cgit v1.2.3