diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-11-07 21:34:30 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-07 21:34:30 +0000 |
commit | b8656256af8855c652415095438d5c932790a2b2 (patch) | |
tree | 2dc4f7ef4d0f6df8f141867a4b1e160ecf5de6ce /xfa/fxfa/fxfa.h | |
parent | 31ed75b714b80b8497b35825bb926c5abb035299 (diff) | |
download | pdfium-b8656256af8855c652415095438d5c932790a2b2.tar.xz |
Rename CXFA_Submit to CXFA_SubmitData
This CL renames CXFA_Submit to CXFA_SubmitData to show it's part of the
data hierarchy.
Change-Id: I6f580a28e41e54ffa1f1c7b799d97f079303463f
Reviewed-on: https://pdfium-review.googlesource.com/18014
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fxfa/fxfa.h')
-rw-r--r-- | xfa/fxfa/fxfa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/fxfa.h b/xfa/fxfa/fxfa.h index bb6864a6a4..b0f70f1fd7 100644 --- a/xfa/fxfa/fxfa.h +++ b/xfa/fxfa/fxfa.h @@ -257,7 +257,7 @@ class IXFA_DocEnvironment { uint32_t dwOptions) = 0; virtual FX_ARGB GetHighlightColor(CXFA_FFDoc* hDoc) = 0; - virtual bool SubmitData(CXFA_FFDoc* hDoc, CXFA_Submit submit) = 0; + virtual bool SubmitData(CXFA_FFDoc* hDoc, CXFA_SubmitData submitData) = 0; virtual bool GetGlobalProperty(CXFA_FFDoc* hDoc, const ByteStringView& szPropName, CFXJSE_Value* pValue) = 0; |