commit | bdeeb8a036442302b821686a03698b0bb98952e1 | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Wed May 27 12:25:00 2015 -0700 |
committer | Tom Sepez <tsepez@chromium.org> | Wed May 27 12:25:00 2015 -0700 |
tree | 2ef5fadc13ca977f4ed134d9e2074fade72282f9 | |
parent | 599851360cf036418a13ad246bf0334f46eabacb [diff] |
Make CPDFXFA_App / IXFA_AppProvider saner Move interface comments from the implementation header to the interface header. Replace Create / Release functions with static methods. Replace dubious Release() methods with deletion via virtual dtor, also for IXFA_App and IXFA_FontMgr while we're at it. Untabify and fix (theoretically) illegal _CAP include guard definitions for fpdfxfa/ headers. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1153553003