| Index: xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h
|
| diff --git a/xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h b/xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h
|
| index 6e1ac8e27239d89264349cdf2071d72505f2ce22..97468f11de584eb1f27fdcc720572b079d79ff80 100644
|
| --- a/xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h
|
| +++ b/xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h
|
| @@ -1,40 +1,40 @@
|
| -// Copyright 2014 PDFium Authors. All rights reserved.
|
| -// 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 _FWL_FORMPROXY_IMP_H
|
| -#define _FWL_FORMPROXY_IMP_H
|
| -class CFWL_WidgetImp;
|
| -class CFWL_WidgetImpProperties;
|
| -class CFWL_WidgetImpDelegate;
|
| -class CFWL_FormImp;
|
| -class CFWL_FormProxyImp;
|
| -class CFWL_FormProxyImpDelegate;
|
| -class CFWL_FormProxyImp : public CFWL_FormImp {
|
| - public:
|
| - CFWL_FormProxyImp(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter);
|
| - ~CFWL_FormProxyImp();
|
| - virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const;
|
| - virtual FX_DWORD GetClassID() const;
|
| - virtual FX_BOOL IsInstance(const CFX_WideStringC& wsClass) const;
|
| - virtual FWL_ERR Initialize();
|
| - virtual FWL_ERR Finalize();
|
| - virtual FWL_ERR Update();
|
| - virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
|
| - const CFX_Matrix* pMatrix = NULL);
|
| -
|
| - protected:
|
| - friend class CFWL_FormProxyImpDelegate;
|
| -};
|
| -class CFWL_FormProxyImpDelegate : public CFWL_WidgetImpDelegate {
|
| - public:
|
| - CFWL_FormProxyImpDelegate(CFWL_FormProxyImp* pOwner);
|
| - int32_t OnProcessMessage(CFWL_Message* pMessage) override;
|
| -
|
| - protected:
|
| - CFWL_FormProxyImp* m_pOwner;
|
| -};
|
| -#endif
|
| +// Copyright 2014 PDFium Authors. All rights reserved.
|
| +// 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 _FWL_FORMPROXY_IMP_H
|
| +#define _FWL_FORMPROXY_IMP_H
|
| +class CFWL_WidgetImp;
|
| +class CFWL_WidgetImpProperties;
|
| +class CFWL_WidgetImpDelegate;
|
| +class CFWL_FormImp;
|
| +class CFWL_FormProxyImp;
|
| +class CFWL_FormProxyImpDelegate;
|
| +class CFWL_FormProxyImp : public CFWL_FormImp {
|
| + public:
|
| + CFWL_FormProxyImp(const CFWL_WidgetImpProperties& properties,
|
| + IFWL_Widget* pOuter);
|
| + ~CFWL_FormProxyImp();
|
| + virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const;
|
| + virtual FX_DWORD GetClassID() const;
|
| + virtual FX_BOOL IsInstance(const CFX_WideStringC& wsClass) const;
|
| + virtual FWL_ERR Initialize();
|
| + virtual FWL_ERR Finalize();
|
| + virtual FWL_ERR Update();
|
| + virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
|
| + const CFX_Matrix* pMatrix = NULL);
|
| +
|
| + protected:
|
| + friend class CFWL_FormProxyImpDelegate;
|
| +};
|
| +class CFWL_FormProxyImpDelegate : public CFWL_WidgetImpDelegate {
|
| + public:
|
| + CFWL_FormProxyImpDelegate(CFWL_FormProxyImp* pOwner);
|
| + int32_t OnProcessMessage(CFWL_Message* pMessage) override;
|
| +
|
| + protected:
|
| + CFWL_FormProxyImp* m_pOwner;
|
| +};
|
| +#endif
|
|
|