From 6af5369477ec05554ef9e73ae6762860095f09e9 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 29 May 2018 19:42:39 +0000 Subject: [xfa] Propagate the xfa change data for text to JS and back. This CL adds the necessary plumbing to propagate the change information for a text widget from FWL out to JS and handle the returned value as necessary. Bug: pdfium:1066 Change-Id: I78fd81761b90294f1836e9f09dba12ed238963cc Reviewed-on: https://pdfium-review.googlesource.com/33070 Reviewed-by: Ryan Harrison Commit-Queue: dsinclair --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index e9f21e0311..5bba3fe352 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1908,8 +1908,8 @@ if (pdf_enable_xfa) { "xfa/fwl/cfwl_eventselectchanged.h", "xfa/fwl/cfwl_eventtarget.cpp", "xfa/fwl/cfwl_eventtarget.h", - "xfa/fwl/cfwl_eventtextchanged.cpp", - "xfa/fwl/cfwl_eventtextchanged.h", + "xfa/fwl/cfwl_eventtextwillchange.cpp", + "xfa/fwl/cfwl_eventtextwillchange.h", "xfa/fwl/cfwl_eventvalidate.cpp", "xfa/fwl/cfwl_eventvalidate.h", "xfa/fwl/cfwl_form.cpp", -- cgit v1.2.3