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

Unified Diff: public/fpdf_formfill.h

Issue 1776313002: Add bitmaps and skp output to Skia port (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: wip; add skp output to test framework Created 4 years, 9 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
Index: public/fpdf_formfill.h
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h
index 3aeccb92f380f277e17fec23b3e677897091951e..fde92cbb963435d4bfa05c9efeb37759c58f809b 100644
--- a/public/fpdf_formfill.h
+++ b/public/fpdf_formfill.h
@@ -1500,6 +1500,7 @@ DLLEXPORT void STDCALL FPDF_RemoveFormFieldHighlight(FPDF_FORMHANDLE hHandle);
**/
DLLEXPORT void STDCALL FPDF_FFLDraw(FPDF_FORMHANDLE hHandle,
FPDF_BITMAP bitmap,
+ void* recorder,
dsinclair 2016/03/10 14:38:54 Can't modify this as it's public API. If we add a
caryclark 2016/03/10 20:44:55 Done.
FPDF_PAGE page,
int start_x,
int start_y,

Powered by Google App Engine
This is Rietveld 408576698