Index: fpdfsdk/formfiller/cffl_pushbutton.h |
diff --git a/fpdfsdk/formfiller/cffl_pushbutton.h b/fpdfsdk/formfiller/cffl_pushbutton.h |
index ff53ce45acf08c4e4797205dc553c379da3dfbd9..9292a762667e169c2d94c9b0abe86a34d916911a 100644 |
--- a/fpdfsdk/formfiller/cffl_pushbutton.h |
+++ b/fpdfsdk/formfiller/cffl_pushbutton.h |
@@ -21,8 +21,7 @@ class CFFL_PushButton : public CFFL_Button { |
void OnDraw(CPDFSDK_PageView* pPageView, |
CPDFSDK_Annot* pAnnot, |
CFX_RenderDevice* pDevice, |
- CFX_Matrix* pUser2Device, |
- uint32_t dwFlags) override; |
+ CFX_Matrix* pUser2Device) override; |
}; |
#endif // FPDFSDK_FORMFILLER_CFFL_PUSHBUTTON_H_ |