diff options
author | jaepark <jaepark@google.com> | 2016-08-15 10:51:11 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-15 10:51:11 -0700 |
commit | 98e10199db97c8cae846cb2c0c571bda5033f61a (patch) | |
tree | 0ce8be14d90c2b6694180713484a7067df0027ff /fpdfsdk/fsdk_mgr.cpp | |
parent | 1679d3ae2e0e64c7aba811476341a153dcef8b04 (diff) | |
download | pdfium-98e10199db97c8cae846cb2c0c571bda5033f61a.tar.xz |
Split fpdfsdk/fsdk_annothandler.h into individual classes.
This CL moves classes in fsdk_annothandler.h, which are
CPDFSDK_AnnotIterator, CPDFSDK_AnnotHandlerMgr, IPDFSDK_AnnotHandler,
CPDFSDK_XFAAnnotHandler and CPDFSDK_BFAnnotHandler, to their own files.
Review-Url: https://codereview.chromium.org/2243623002
Diffstat (limited to 'fpdfsdk/fsdk_mgr.cpp')
-rw-r--r-- | fpdfsdk/fsdk_mgr.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpdfsdk/fsdk_mgr.cpp b/fpdfsdk/fsdk_mgr.cpp index 38ca5a1542..f7fdae6dd8 100644 --- a/fpdfsdk/fsdk_mgr.cpp +++ b/fpdfsdk/fsdk_mgr.cpp @@ -17,7 +17,10 @@ #include "core/fxcrt/include/cfx_retain_ptr.h" #include "core/fxge/include/cfx_renderdevice.h" #include "fpdfsdk/formfiller/cffl_formfiller.h" +#include "fpdfsdk/include/cpdfsdk_annothandlermgr.h" +#include "fpdfsdk/include/cpdfsdk_annotiterator.h" #include "fpdfsdk/include/fsdk_define.h" +#include "fpdfsdk/include/ipdfsdk_annothandler.h" #include "fpdfsdk/javascript/ijs_runtime.h" #include "public/fpdf_ext.h" #include "third_party/base/stl_util.h" |