chromium/third_party/pdfium/xfa/fxfa/cxfa_ffapp.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/fxfa/cxfa_ffapp.h"

#include "xfa/fwl/cfwl_notedriver.h"
#include "xfa/fwl/cfwl_widgetmgr.h"
#include "xfa/fxfa/cxfa_ffdoc.h"
#include "xfa/fxfa/cxfa_ffwidgethandler.h"
#include "xfa/fxfa/cxfa_fontmgr.h"
#include "xfa/fxfa/cxfa_fwladapterwidgetmgr.h"
#include "xfa/fxfa/cxfa_fwltheme.h"

CXFA_FFApp::CXFA_FFApp(CallbackIface* pProvider) :{}

CXFA_FFApp::~CXFA_FFApp() = default;

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

bool CXFA_FFApp::LoadFWLTheme(CXFA_FFDoc* doc) {}

CFWL_WidgetMgr::AdapterIface* CXFA_FFApp::GetWidgetMgrAdapter() {}

CFX_Timer::HandlerIface* CXFA_FFApp::GetTimerHandler() {}

IFWL_ThemeProvider* CXFA_FFApp::GetThemeProvider() {}

cppgc::Heap* CXFA_FFApp::GetHeap() {}