chromium/third_party/pdfium/xfa/fxfa/cxfa_fwltheme.h

// 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

#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 {};

}  // namespace pdfium

// TODO(crbug.com/42271761): Remove.
CXFA_FWLTheme;

#endif  // XFA_FXFA_CXFA_FWLTHEME_H_