Chromium Code Reviews| Index: xfa/src/fxfa/src/app/xfa_fwladapter.h |
| diff --git a/xfa/src/fxfa/src/app/xfa_fwladapter.h b/xfa/src/fxfa/src/app/xfa_fwladapter.h |
| index 2b05d1ec897f73017eb2b405faca1d43703ec93b..93aaebff56e06358db19f533cc5ce2cfcb293088 100644 |
| --- a/xfa/src/fxfa/src/app/xfa_fwladapter.h |
| +++ b/xfa/src/fxfa/src/app/xfa_fwladapter.h |
| @@ -4,8 +4,9 @@ |
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| -#ifndef _XFA_FWL_ADAPTER_IMP_H |
| -#define _XFA_FWL_ADAPTER_IMP_H |
| +#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FWL_ADAPTER_H_ |
|
Tom Sepez
2016/02/18 18:33:12
FLWADAPTER
dsinclair
2016/02/18 19:19:06
Done.
|
| +#define XFA_SRC_FXFA_SRC_APP_XFA_FWL_ADAPTER_H_ |
| + |
| class CXFA_FWLAdapterWidgetMgr : public CFWL_SDAdapterWidgetMgr { |
| public: |
| virtual FWL_ERR RepaintWidget(IFWL_Widget* pWidget, const CFX_RectF* pRect); |
| @@ -15,4 +16,5 @@ class CXFA_FWLAdapterWidgetMgr : public CFWL_SDAdapterWidgetMgr { |
| const CFX_RectF& rtAnchor, |
| CFX_RectF& rtPopup); |
| }; |
| -#endif |
| + |
| +#endif // XFA_SRC_FXFA_SRC_APP_XFA_FWL_ADAPTER_H_ |