Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-03 | Guard against double deletion of page views. | dsinclair | |
This CL adds a |IsBeingDestroyed| flag into the CPDFSDK_PageView. We then bail out of the pageview removal code early if the flag is set. BUG=chromium:652103 Review-Url: https://codereview.chromium.org/2384243002 | |||
2016-10-03 | Remove unused CPDFSDK_PageView::ClearFXAnnots | dsinclair | |
Method is not called, removing. Review-Url: https://codereview.chromium.org/2391663002 | |||
2016-09-29 | Move fpdfsdk/include to fpdfsdk | dsinclair | |
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2384503003 |