From a5585569e274fcff8ae106e412eb764c2787cb3f Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 29 Feb 2016 13:13:11 -0500 Subject: Remove fgas_base.h and IWYU R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1749703002 . --- core/include/fxcrt/fx_ucd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core') 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 -- cgit v1.2.3