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

Unified Diff: pdf/pdfium/pdfium_engine.h

Issue 1132293005: Roll PDFium to f33cdd5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: whitespace Created 5 years, 7 months 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 | « DEPS ('k') | pdf/pdfium/pdfium_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/pdfium_engine.h
diff --git a/pdf/pdfium/pdfium_engine.h b/pdf/pdfium/pdfium_engine.h
index c65ae523b480f303b7498ba4ed6b4411eb04675a..0c9ecd92637494c9bfdcaa2df5e82752004fed80 100644
--- a/pdf/pdfium/pdfium_engine.h
+++ b/pdf/pdfium/pdfium_engine.h
@@ -192,8 +192,8 @@ class PDFiumEngine : public PDFEngine,
unsigned char* buffer, unsigned long size);
// PDFium interface to check is block of data is available.
- static bool IsDataAvail(FX_FILEAVAIL* param,
- size_t offset, size_t size);
+ static FPDF_BOOL IsDataAvail(FX_FILEAVAIL* param,
+ size_t offset, size_t size);
// PDFium interface to request download of the block of data.
static void AddSegment(FX_DOWNLOADHINTS* param,
« no previous file with comments | « DEPS ('k') | pdf/pdfium/pdfium_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698