| Index: fpdfsdk/include/pdfwindow/PWL_Edit.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_Edit.h b/fpdfsdk/include/pdfwindow/PWL_Edit.h
|
| index 829fc2dcdab85d0402aee149ba989784380d2c41..09ab2ef18783f3708485d97c1698f0717119e29b 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_Edit.h
|
| +++ b/fpdfsdk/include/pdfwindow/PWL_Edit.h
|
| @@ -48,7 +48,7 @@ class CPWL_Edit : public CPWL_EditCtrl, public IFX_Edit_OprNotify {
|
| CPDF_Rect GetClientRect() const override;
|
| void GetThisAppearanceStream(CFX_ByteTextBuf& sAppStream) override;
|
| void DrawThisAppearance(CFX_RenderDevice* pDevice,
|
| - CPDF_Matrix* pUser2Device) override;
|
| + CFX_Matrix* pUser2Device) override;
|
| FX_BOOL OnLButtonDown(const CPDF_Point& point, FX_DWORD nFlag) override;
|
| FX_BOOL OnLButtonDblClk(const CPDF_Point& point, FX_DWORD nFlag) override;
|
| FX_BOOL OnRButtonUp(const CPDF_Point& point, FX_DWORD nFlag) override;
|
|
|