Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-20 | cf2hints: Fix early loop termination causing hints to be ignored. | John Abd-El-Malek | |
There was a comparison that checks maskEndPtr >= maskEndPtr. It has been fixed to maskPtr >= maskEndPtr. BUG=375139 Patch by Matt Giuca <mgiuca@chromium.org> | |||
2014-05-20 | Remove "using namespace agg" to make it clear which code is using agg, and ↵ | John Abd-El-Malek | |
also so we can turn compiler warnings into errors. | |||
2014-05-20 | Fix warning on Mac. | John Abd-El-Malek | |
2014-05-17 | Initial commit. | John Abd-El-Malek | |