1 // Copyright 2014 PDFium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 6 7 #ifndef _FXFA_FORMFILLER_DRAW_IMP_H 8 #define _FXFA_FORMFILLER_DRAW_IMP_H 9 class CXFA_FFDraw : public CXFA_FFWidget { 10 public: 11 CXFA_FFDraw(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc); 12 virtual ~CXFA_FFDraw(); 13 14 protected: 15 }; 16 #endif 17