From 3b3ce1a242f8445848d3f23d6c35ba01d7c645f4 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 2 Nov 2016 14:51:25 -0700 Subject: Merge delegates into IFWL_* classes. This Cl removes ownership of the delgates from IFWL_Widget and puts it in the hand of the creating classes. In doing so, merge the delegates back into the IFWL_* classes to simplify logic. Review-Url: https://codereview.chromium.org/2467993003 --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index f1e95c6ad2..962e20c9d0 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1202,6 +1202,8 @@ if (pdf_enable_xfa) { "xfa/fwl/core/ifwl_checkbox.h", "xfa/fwl/core/ifwl_combobox.cpp", "xfa/fwl/core/ifwl_combobox.h", + "xfa/fwl/core/ifwl_comboboxproxy.cpp", + "xfa/fwl/core/ifwl_comboboxproxy.h", "xfa/fwl/core/ifwl_comboedit.cpp", "xfa/fwl/core/ifwl_comboedit.h", "xfa/fwl/core/ifwl_combolist.cpp", -- cgit v1.2.3