diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-02-29 13:13:11 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-02-29 13:13:11 -0500 |
commit | a5585569e274fcff8ae106e412eb764c2787cb3f (patch) | |
tree | 038a8cfa985fe637d6b289c3847acd134662309f /core | |
parent | e547e3428ac7242d12c996392c3008945c3e0f83 (diff) | |
download | pdfium-a5585569e274fcff8ae106e412eb764c2787cb3f.tar.xz |
Remove fgas_base.h and IWYU
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1749703002 .
Diffstat (limited to 'core')
-rw-r--r-- | core/include/fxcrt/fx_ucd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/include/fxcrt/fx_ucd.h b/core/include/fxcrt/fx_ucd.h index e091f8bd8a..a670640306 100644 --- a/core/include/fxcrt/fx_ucd.h +++ b/core/include/fxcrt/fx_ucd.h @@ -11,6 +11,7 @@ #define FX_BIDICLASSBITS 6 #define FX_BIDICLASSBITSMASK (31 << FX_BIDICLASSBITS) + enum FX_BIDICLASS { FX_BIDICLASS_ON = 0, // Other Neutral FX_BIDICLASS_L = 1, // Left Letter |