1 // Copyright 2014 PDFium Authors. All rights reserved.
\r
2 // Use of this source code is governed by a BSD-style license that can be
\r
3 // found in the LICENSE file.
\r
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
\r
7 #include "../../../foxitlib.h"
\r
8 #include "../common/xfa_common.h"
\r
9 #include "xfa_ffwidget.h"
\r
10 #include "xfa_ffdraw.h"
\r
11 #include "xfa_ffpageview.h"
\r
12 #include "xfa_ffapp.h"
\r
13 #include "xfa_ffdoc.h"
\r
14 CXFA_FFDraw::CXFA_FFDraw(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc)
\r
15 : CXFA_FFWidget(pPageView, pDataAcc)
\r
18 CXFA_FFDraw::~CXFA_FFDraw()
\r