diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-07-27 11:23:48 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-27 16:00:12 +0000 |
commit | 0f25f014b3bff4229cb93a1ca850babc5dd382da (patch) | |
tree | 3dcc98af117703e4af87401582ba948eb0bdd840 /BUILD.gn | |
parent | f63e8133d7a767c6f162e700056ae8ba8512820d (diff) | |
download | pdfium-0f25f014b3bff4229cb93a1ca850babc5dd382da.tar.xz |
Move CXFA_CSSTagProvider to inner class of CXFA_TextParser
The TagProvider is only used in CXFA_TextParser. This CL moves the code
to a private inner class and renames to TagProvider.
Change-Id: Idd1926250fc59592cc923fde9ec6f8750cb10abf
Reviewed-on: https://pdfium-review.googlesource.com/9231
Reviewed-by: Ryan Harrison <rharrison@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
@@ -1614,8 +1614,6 @@ if (pdf_enable_xfa) { "xfa/fwl/theme/cfwl_utils.h", "xfa/fwl/theme/cfwl_widgettp.cpp", "xfa/fwl/theme/cfwl_widgettp.h", - "xfa/fxfa/cxfa_csstagprovider.cpp", - "xfa/fxfa/cxfa_csstagprovider.h", "xfa/fxfa/cxfa_deffontmgr.cpp", "xfa/fxfa/cxfa_deffontmgr.h", "xfa/fxfa/cxfa_eventparam.cpp", |