From 0baa5c719a44875789898e12c247b8c719c27815 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 16 Nov 2016 18:15:02 -0800 Subject: Split the common event classes out to files. This CL splits the common event classes out to individual files instead of being created by the macro. The other classes will be split out in subsequent CLs. Review-Url: https://codereview.chromium.org/2507713003 --- xfa/fwl/core/ifwl_form.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'xfa/fwl/core/ifwl_form.cpp') diff --git a/xfa/fwl/core/ifwl_form.cpp b/xfa/fwl/core/ifwl_form.cpp index 616ec770a2..a91e597cf7 100644 --- a/xfa/fwl/core/ifwl_form.cpp +++ b/xfa/fwl/core/ifwl_form.cpp @@ -8,6 +8,7 @@ #include "third_party/base/ptr_util.h" #include "xfa/fde/tto/fde_textout.h" +#include "xfa/fwl/core/cfwl_evtclose.h" #include "xfa/fwl/core/cfwl_msgmouse.h" #include "xfa/fwl/core/cfwl_themebackground.h" #include "xfa/fwl/core/cfwl_themepart.h" -- cgit v1.2.3