summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_arabic.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-08-31 14:26:25 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-08-31 18:46:24 +0000
commit235818f45eda6fd47114c076bfa818b2ef3ba894 (patch)
treed83d4160bc27048fd53778364a2917496855e948 /core/fxcrt/fx_arabic.h
parentf8763bb449273667ef5ff11a0fa491e3e8b46136 (diff)
downloadpdfium-235818f45eda6fd47114c076bfa818b2ef3ba894.tar.xz
Move bidi code to fx_bidi
This CL moves the BIDI code from fx_arabic to fx_bidi and conditionally compiles based on XFA. Change-Id: Iaba60486f03e48f0816d60e365a58a8622bc8254 Reviewed-on: https://pdfium-review.googlesource.com/12713 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fxcrt/fx_arabic.h')
-rw-r--r--core/fxcrt/fx_arabic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxcrt/fx_arabic.h b/core/fxcrt/fx_arabic.h
index 32021c358f..9d23b1557d 100644
--- a/core/fxcrt/fx_arabic.h
+++ b/core/fxcrt/fx_arabic.h
@@ -24,6 +24,5 @@ wchar_t GetFormChar(const CFX_Char* cur,
} // namespace pdfium
wchar_t FX_GetArabicFromShaddaTable(wchar_t shadda);
-void FX_BidiLine(std::vector<CFX_Char>* chars, int32_t iCount);
#endif // CORE_FXCRT_FX_ARABIC_H_