Home | History | Annotate | Download | only in app
      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 _XFA_FWL_ADAPTER_IMP_H
      8 #define _XFA_FWL_ADAPTER_IMP_H
      9 class CXFA_FWLAdapterWidgetMgr : public CFWL_SDAdapterWidgetMgr {
     10  public:
     11   virtual FWL_ERR RepaintWidget(IFWL_Widget* pWidget, const CFX_RectF* pRect);
     12   virtual FX_BOOL GetPopupPos(IFWL_Widget* pWidget,
     13                               FX_FLOAT fMinHeight,
     14                               FX_FLOAT fMaxHeight,
     15                               const CFX_RectF& rtAnchor,
     16                               CFX_RectF& rtPopup);
     17 };
     18 #endif
     19