summaryrefslogtreecommitdiff
path: root/core/src/fxge/dib/dib_int.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-11-10 09:54:48 -0800
committerLei Zhang <thestig@chromium.org>2015-11-10 09:54:48 -0800
commitd535288b05d3e79bf3579bc1810fb582d0672f24 (patch)
treec6f721327685bc144797a6dc678511a1039a7c9c /core/src/fxge/dib/dib_int.h
parenta9fa50f723654c4e8b26909bb686eaa3721df155 (diff)
downloadpdfium-d535288b05d3e79bf3579bc1810fb582d0672f24.tar.xz
Merge to XFA: Make SDP_Table an array of int16_t.
Move some functions into an anonymous namespace. TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1431253002 . (cherry picked from commit b5d6497946c1117e6f54506eb85b47e0a7e0234c) Review URL: https://codereview.chromium.org/1416113011 .
Diffstat (limited to 'core/src/fxge/dib/dib_int.h')
-rw-r--r--core/src/fxge/dib/dib_int.h4
1 files changed, 3 insertions, 1 deletions
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 <stdint.h>
+
#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: