Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair | |
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2377393002 | |||
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair | |
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2382723003 | |||
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ↵ | npm | |
files. This is the third CL to separate fx_ge into classes, one per file. All fx_ge.h includes had to be replaced with new includes The method definitions for CFX_FxgeDevice were not moved to a single file. These methods are defined in two folders different from fxge/ge, so they were left untouched for now. Review-Url: https://codereview.chromium.org/2223213002 |