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_scrollbar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xfa/fwl/core/ifwl_scrollbar.h') diff --git a/xfa/fwl/core/ifwl_scrollbar.h b/xfa/fwl/core/ifwl_scrollbar.h index c2d74b2c3b..19e5c88d96 100644 --- a/xfa/fwl/core/ifwl_scrollbar.h +++ b/xfa/fwl/core/ifwl_scrollbar.h @@ -8,6 +8,7 @@ #define XFA_FWL_CORE_IFWL_SCROLLBAR_H_ #include "core/fxcrt/fx_system.h" +#include "xfa/fwl/core/cfwl_evtscroll.h" #include "xfa/fwl/core/cfwl_widgetproperties.h" #include "xfa/fwl/core/ifwl_dataprovider.h" #include "xfa/fwl/core/ifwl_timer.h" -- cgit v1.2.3