From 17aa0579f9ce11e5433b62ccb66c59b522b4f51e Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 9 Aug 2017 16:09:51 -0400 Subject: 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 Commit-Queue: dsinclair --- BUILD.gn | 2 -- 1 file changed, 2 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index c4cd32e673..ffebe6355b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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", -- cgit v1.2.3