Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1007)

Unified Diff: pdf/pdfium/pdfium_mem_buffer_file_read.h

Issue 1533413002: Switch to standard integer types in pdf/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pdf/pdfium/pdfium_engine.cc ('k') | pdf/pdfium/pdfium_mem_buffer_file_read.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/pdfium_mem_buffer_file_read.h
diff --git a/pdf/pdfium/pdfium_mem_buffer_file_read.h b/pdf/pdfium/pdfium_mem_buffer_file_read.h
index 419b8c8c9b0cee9f50994fb59889d080801527a9..1c4b77974d2948fd3c5da730ee019e957d052eed 100644
--- a/pdf/pdfium/pdfium_mem_buffer_file_read.h
+++ b/pdf/pdfium/pdfium_mem_buffer_file_read.h
@@ -5,6 +5,7 @@
#ifndef PDF_PDFIUM_PDFIUM_MEM_BUFFER_FILE_READ_H_
#define PDF_PDFIUM_PDFIUM_MEM_BUFFER_FILE_READ_H_
+#include <stddef.h>
#include <stdlib.h>
#include "third_party/pdfium/public/fpdfview.h"
« no previous file with comments | « pdf/pdfium/pdfium_engine.cc ('k') | pdf/pdfium/pdfium_mem_buffer_file_read.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698