// Copyright 2014 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "xfa/fwl/theme/cfwl_comboboxtp.h" #include "xfa/fgas/graphics/cfgas_gecolor.h" #include "xfa/fgas/graphics/cfgas_gepath.h" #include "xfa/fwl/cfwl_combobox.h" #include "xfa/fwl/cfwl_themebackground.h" #include "xfa/fwl/cfwl_widget.h" #include "xfa/fwl/ifwl_themeprovider.h" namespace pdfium { CFWL_ComboBoxTP::CFWL_ComboBoxTP() = default; CFWL_ComboBoxTP::~CFWL_ComboBoxTP() = default; void CFWL_ComboBoxTP::DrawBackground(const CFWL_ThemeBackground& pParams) { … } } // namespace pdfium