Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-05 | Cleanup some CPDFSDK_PageView annotation code. | dsinclair | |
This Cl cleans up the code regarding CPDFSDK_Annots in CPDFSDK_PageView. This includes: * Makes DeleteAnnot XFA only and wraps at the call site. * Removes unused methods * Replaces use of CountAnnots and GetAnnot with vector iteration * Removes {Set|Kill}FocusAnnot from CPDFSDK_PageView * Renames m_fxAnnotArray to m_SDKAnnotArray Review-Url: https://codereview.chromium.org/2384323005 | |||
2016-09-29 | Move fpdfsdk/include to fpdfsdk | dsinclair | |
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2384503003 |