diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-05-04 14:08:01 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-04 18:34:17 +0000 |
commit | cf53b788ca1c097c0cbbca3dee048520eb9dabd4 (patch) | |
tree | 907214b67e73326c9c52648c20b97d31c80a993b /xfa/fxfa/fxfa.h | |
parent | c0aefd45c89a2980de8965f12bc80db408dfa78c (diff) | |
download | pdfium-cf53b788ca1c097c0cbbca3dee048520eb9dabd4.tar.xz |
Cleanup CXFA_RenderContext
Move StartRender into the constructor, remove StopRender as it will be
handled by the destructor. Remove RenderOptions as they are always set
the same way.
Change-Id: Iddbd6849199cbe255a5e1694164de5556a34f57c
Reviewed-on: https://pdfium-review.googlesource.com/4876
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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fxfa/fxfa.h b/xfa/fxfa/fxfa.h index fb124acaf4..6dd901eaf4 100644 --- a/xfa/fxfa/fxfa.h +++ b/xfa/fxfa/fxfa.h @@ -63,9 +63,6 @@ enum class XFA_DocType { PDF = 0, Dynamic = 1, Static = 2 }; #define XFA_EVENTERROR_NotExist 0 #define XFA_EVENTERROR_Disabled 2 -#define XFA_RENDERSTATUS_Ready 1 -#define XFA_RENDERSTATUS_Done 3 - #define XFA_TRAVERSEWAY_Tranvalse 0x0001 #define XFA_TRAVERSEWAY_Form 0x0002 |