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

Unified Diff: pdf/pdfium/pdfium_engine.cc

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 | « pdf/pdfium/pdfium_engine.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/pdfium_engine.cc
diff --git a/pdf/pdfium/pdfium_engine.cc b/pdf/pdfium/pdfium_engine.cc
index e580fede6aba69640b283f2395d9c2b5252c2021..8012dd265ec64b77513df3bbf0443f0e0d8e2835 100644
--- a/pdf/pdfium/pdfium_engine.cc
+++ b/pdf/pdfium/pdfium_engine.cc
@@ -970,8 +970,8 @@ int PDFiumEngine::GetBlock(void* param, unsigned long position,
return loader->GetBlock(position, size, buffer);
}
-bool PDFiumEngine::IsDataAvail(FX_FILEAVAIL* param,
- size_t offset, size_t size) {
+FPDF_BOOL PDFiumEngine::IsDataAvail(FX_FILEAVAIL* param,
+ size_t offset, size_t size) {
PDFiumEngine::FileAvail* file_avail =
static_cast<PDFiumEngine::FileAvail*>(param);
return file_avail->loader->IsDataAvailable(offset, size);
« no previous file with comments | « pdf/pdfium/pdfium_engine.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698