| Index: fpdfsdk/include/pdfwindow/PWL_SpecialButton.h
 | 
| diff --git a/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h b/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h
 | 
| index 5d372e826fcb93b99e8832e4019158d1dbd70745..6135b878629e500fe9585cc3d93640eeb5f8a123 100644
 | 
| --- a/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h
 | 
| +++ b/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h
 | 
| @@ -16,7 +16,7 @@ class CPWL_PushButton : public CPWL_Button {
 | 
|  
 | 
|    // CPWL_Button
 | 
|    CFX_ByteString GetClassName() const override;
 | 
| -  CPDF_Rect GetFocusRect() const override;
 | 
| +  CFX_FloatRect GetFocusRect() const override;
 | 
|  };
 | 
|  
 | 
|  class CPWL_CheckBox : public CPWL_Button {
 | 
| @@ -26,7 +26,7 @@ class CPWL_CheckBox : public CPWL_Button {
 | 
|  
 | 
|    // CPWL_Button
 | 
|    CFX_ByteString GetClassName() const override;
 | 
| -  FX_BOOL OnLButtonUp(const CPDF_Point& point, FX_DWORD nFlag) override;
 | 
| +  FX_BOOL OnLButtonUp(const CFX_FloatPoint& point, FX_DWORD nFlag) override;
 | 
|    FX_BOOL OnChar(FX_WORD nChar, FX_DWORD nFlag) override;
 | 
|  
 | 
|    void SetCheck(FX_BOOL bCheck);
 | 
| @@ -43,7 +43,7 @@ class CPWL_RadioButton : public CPWL_Button {
 | 
|  
 | 
|    // CPWL_Button
 | 
|    CFX_ByteString GetClassName() const override;
 | 
| -  FX_BOOL OnLButtonUp(const CPDF_Point& point, FX_DWORD nFlag) override;
 | 
| +  FX_BOOL OnLButtonUp(const CFX_FloatPoint& point, FX_DWORD nFlag) override;
 | 
|    FX_BOOL OnChar(FX_WORD nChar, FX_DWORD nFlag) override;
 | 
|  
 | 
|    void SetCheck(FX_BOOL bCheck);
 | 
| 
 |