chromium/third_party/pdfium/xfa/fwl/cfwl_widgetmgr.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_FWL_CFWL_WIDGETMGR_H_
#define XFA_FWL_CFWL_WIDGETMGR_H_

#include <map>

#include "core/fxcrt/fx_coordinates.h"
#include "fxjs/gc/gced_tree_node.h"
#include "fxjs/gc/heap.h"
#include "v8/include/cppgc/garbage-collected.h"
#include "v8/include/cppgc/member.h"
#include "v8/include/cppgc/visitor.h"

class CFGAS_GEGraphics;

namespace pdfium {

class CFWL_App;
class CFWL_Message;
class CFWL_Widget;

class CFWL_WidgetMgr final : public cppgc::GarbageCollected<CFWL_WidgetMgr> {};

}  // namespace pdfium

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

#endif  // XFA_FWL_CFWL_WIDGETMGR_H_