From c30d5bf3efaef5c7254ae326466e6a35cff63365 Mon Sep 17 00:00:00 2001 From: Jun Fang Date: Tue, 2 Feb 2016 18:12:23 -0800 Subject: XFA: Fix a crashier in SetFocus() BUG=pdfium:374 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1640233004 . --- fpdfsdk/include/fsdk_mgr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fpdfsdk/include') diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h index 72497e2d5f..2df44c7ca1 100644 --- a/fpdfsdk/include/fsdk_mgr.h +++ b/fpdfsdk/include/fsdk_mgr.h @@ -404,6 +404,10 @@ class CPDFDoc_Environment final { } return L""; } + void FFI_PageEvent(int iPageIndex, int iEventType) const { + // Todo: call a call-back function when it's implemented + // in applicaiton's side. + } #endif // PDF_ENABLE_XFA int JS_appAlert(const FX_WCHAR* Msg, -- cgit v1.2.3