chromium/third_party/pdfium/xfa/fxfa/layout/cxfa_viewlayoutitem.cpp

// Copyright 2016 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/layout/cxfa_viewlayoutitem.h"

#include "fxjs/xfa/cjx_object.h"
#include "xfa/fxfa/cxfa_ffpageview.h"
#include "xfa/fxfa/layout/cxfa_layoutprocessor.h"
#include "xfa/fxfa/layout/cxfa_viewlayoutprocessor.h"
#include "xfa/fxfa/parser/cxfa_measurement.h"
#include "xfa/fxfa/parser/cxfa_medium.h"
#include "xfa/fxfa/parser/cxfa_node.h"

CXFA_ViewLayoutItem::CXFA_ViewLayoutItem(CXFA_Node* pNode,
                                         CXFA_FFPageView* pPageView)
    :{}

CXFA_ViewLayoutItem::~CXFA_ViewLayoutItem() = default;

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

CXFA_LayoutProcessor* CXFA_ViewLayoutItem::GetLayout() const {}

int32_t CXFA_ViewLayoutItem::GetPageIndex() const {}

CFX_SizeF CXFA_ViewLayoutItem::GetPageSize() const {}

CXFA_Node* CXFA_ViewLayoutItem::GetMasterPage() const {}

void CXFA_ViewLayoutItem::SetOldSubform(CXFA_Node* pSubform) {}