Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-11 | Replace some calls to Release() with direct delete, part 1. | tsepez | |
Searching for the anti-pattern: void Release() { delete this; } We must be explicit on the ownership model. Add unique_ptrs as a result. Review-Url: https://codereview.chromium.org/1960673003 | |||
2016-04-21 | Cleanup FDE interfaces. | dsinclair | |
This CL removes IFDE_TextOut, IFDE_Path, IFDE_RenderContext, IFDE_RenderDevice, and IFDE_VisualSetIterator in favour of the concrete classes. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1896893003 |