diff options
author | dsinclair <dsinclair@chromium.org> | 2016-10-13 11:00:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-13 11:00:00 -0700 |
commit | a4060a324d606d5a8e1d2a16d3b55a6d14a0ddbf (patch) | |
tree | 10d5adc5e90dc75ddf7d44d4b16ad869ae0bb943 /xfa/fwl/basewidget/fwl_listboximp.cpp | |
parent | b685e6471075bebd26711bc183de3128f54932e3 (diff) | |
download | pdfium-a4060a324d606d5a8e1d2a16d3b55a6d14a0ddbf.tar.xz |
Remove duplicate FWL key flags
The FWL key flags exist in two places, with different values between them.
This CL combines them to be in a single location.
Review-Url: https://codereview.chromium.org/2415743003
Diffstat (limited to 'xfa/fwl/basewidget/fwl_listboximp.cpp')
-rw-r--r-- | xfa/fwl/basewidget/fwl_listboximp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/basewidget/fwl_listboximp.cpp b/xfa/fwl/basewidget/fwl_listboximp.cpp index 7a487f6363..3f65837883 100644 --- a/xfa/fwl/basewidget/fwl_listboximp.cpp +++ b/xfa/fwl/basewidget/fwl_listboximp.cpp @@ -13,8 +13,8 @@ #include "xfa/fwl/core/cfwl_themebackground.h" #include "xfa/fwl/core/cfwl_themepart.h" #include "xfa/fwl/core/cfwl_themetext.h" -#include "xfa/fwl/core/fwl_noteimp.h" #include "xfa/fwl/core/fwl_widgetimp.h" +#include "xfa/fwl/core/ifwl_app.h" #include "xfa/fwl/core/ifwl_themeprovider.h" namespace { |