diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-08-09 16:09:51 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-08-09 20:47:34 +0000 |
commit | 17aa0579f9ce11e5433b62ccb66c59b522b4f51e (patch) | |
tree | 39dce4b38c71a2442ef5dbeea2867af05fca8088 /BUILD.gn | |
parent | b6db95b0d55869168ee13e2b8accb0d16dc7ad8b (diff) | |
download | pdfium-17aa0579f9ce11e5433b62ccb66c59b522b4f51e.tar.xz |
Remove CFDE_{Pen|Brush} classes
These classes just hold a color value. Instead of creating the class to
pass the color we just pass the colors.
Change-Id: I7f65ca4100bfbdcb02171c1e7e46150508e338f4
Reviewed-on: https://pdfium-review.googlesource.com/10451
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1452,10 +1452,8 @@ if (pdf_enable_xfa) { pdf_source_set("xfa") { sources = [ - "xfa/fde/cfde_brush.h", "xfa/fde/cfde_path.cpp", "xfa/fde/cfde_path.h", - "xfa/fde/cfde_pen.h", "xfa/fde/cfde_rendercontext.cpp", "xfa/fde/cfde_rendercontext.h", "xfa/fde/cfde_renderdevice.cpp", |