summaryrefslogtreecommitdiff
path: root/core/src/fxge/dib/dib_int.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-11-10 09:48:59 -0800
committerLei Zhang <thestig@chromium.org>2015-11-10 09:48:59 -0800
commitb5d6497946c1117e6f54506eb85b47e0a7e0234c (patch)
treec3e2e100522e6f5e207fa541e9f07a634df54e33 /core/src/fxge/dib/dib_int.h
parent9fb27cb9797937499c9678bc74cf7846cbf5d2b8 (diff)
downloadpdfium-b5d6497946c1117e6f54506eb85b47e0a7e0234c.tar.xz
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 .
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: