// 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 #ifndef XFA_FXFA_LAYOUT_CXFA_VIEWLAYOUTITEM_H_ #define XFA_FXFA_LAYOUT_CXFA_VIEWLAYOUTITEM_H_ #include "core/fxcrt/fx_coordinates.h" #include "v8/include/cppgc/member.h" #include "v8/include/cppgc/visitor.h" #include "xfa/fxfa/layout/cxfa_layoutitem.h" class CXFA_FFPageView; class CXFA_LayoutProcessor; class CXFA_ViewLayoutItem final : public CXFA_LayoutItem { … }; #endif // XFA_FXFA_LAYOUT_CXFA_VIEWLAYOUTITEM_H_