#ifndef XFA_FXFA_CXFA_FWLTHEME_H_
#define XFA_FXFA_CXFA_FWLTHEME_H_
#include <memory>
#include "core/fxcrt/retain_ptr.h"
#include "core/fxcrt/widestring.h"
#include "fxjs/gc/heap.h"
#include "v8/include/cppgc/garbage-collected.h"
#include "v8/include/cppgc/member.h"
#include "v8/include/cppgc/prefinalizer.h"
#include "xfa/fwl/ifwl_themeprovider.h"
class CXFA_FFApp;
class CXFA_FFDoc;
namespace pdfium {
class CFDE_TextOut;
class CXFA_FWLTheme final : public cppgc::GarbageCollected<CXFA_FWLTheme>,
public IFWL_ThemeProvider { … };
}
CXFA_FWLTheme;
#endif