0
Files
src/pdf
Lei Zhang 66e922f902 Change PDFiumDocument::LoadDocument() to take a std::string.
already known. Change to const char* right before interacting with the
PDFium C API.

std: :string is slightly better than const char* since its length is
Change-Id: I429f6c05a5b517e73622909b7ac5583b27af6ea3
Reviewed-on: https://chromium-review.googlesource.com/c/1407923
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622611}
2019-01-14 21:35:48 +00:00
..