chromium/third_party/pdfium/xfa/fwl/cfwl_app.cpp

// 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/cfwl_app.h"

#include "v8/include/cppgc/allocation.h"
#include "xfa/fwl/cfwl_notedriver.h"
#include "xfa/fwl/cfwl_widget.h"
#include "xfa/fwl/cfwl_widgetmgr.h"

namespace pdfium {

CFWL_App::CFWL_App(AdapterIface* pAdapter)
    :{}

CFWL_App::~CFWL_App() = default;

void CFWL_App::Trace(cppgc::Visitor* visitor) const {}

}  // namespace pdfium