From b5d6497946c1117e6f54506eb85b47e0a7e0234c Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 10 Nov 2015 09:48:59 -0800 Subject: Make SDP_Table an array of int16_t. Move some functions into an anonymous namespace. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1431253002 . --- core/src/fxge/dib/dib_int.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/src/fxge/dib/dib_int.h') diff --git a/core/src/fxge/dib/dib_int.h b/core/src/fxge/dib/dib_int.h index c90e3b105e..e01304afd0 100644 --- a/core/src/fxge/dib/dib_int.h +++ b/core/src/fxge/dib/dib_int.h @@ -7,12 +7,14 @@ #ifndef CORE_SRC_FXGE_DIB_DIB_INT_H_ #define CORE_SRC_FXGE_DIB_DIB_INT_H_ +#include + #include "core/include/fxcrt/fx_coordinates.h" #include "core/include/fxge/fx_dib.h" class IFX_ScanlineComposer; -extern const int SDP_Table[513]; +extern const int16_t SDP_Table[513]; class CPDF_FixedMatrix { public: -- cgit v1.2.3