diff options
author | dsinclair <dsinclair@chromium.org> | 2016-05-03 13:00:25 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-03 13:00:25 -0700 |
commit | 89fcde88f0c03da77d7fd83dece7726d66fd190e (patch) | |
tree | 509e8ee5c74480d1c60892c5868f0b888808f6b9 /fpdfsdk/DEPS | |
parent | 5fc4f31285c3a88fc157fd2d9b9cf2eb5c7cabed (diff) | |
download | pdfium-89fcde88f0c03da77d7fd83dece7726d66fd190e.tar.xz |
Remove FWL_WGTHITTEST_* defines in favour of enum class.
This Cl updates the FWL_WGTHITTEST_ defines to an enum class and fixes up any
code issues.
Review-Url: https://codereview.chromium.org/1948583002
Diffstat (limited to 'fpdfsdk/DEPS')
-rw-r--r-- | fpdfsdk/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS index 096b556fdb..463991d905 100644 --- a/fpdfsdk/DEPS +++ b/fpdfsdk/DEPS @@ -11,6 +11,7 @@ include_rules = [ '+core/fxge/include', '+public', '+v8', + '+xfa/fwl/core/include', '+xfa/fxfa/include', '+xfa/fxgraphics/include', ] |