Chromium Code Reviews| Index: fpdfsdk/include/formfiller/FFL_TextField.h |
| diff --git a/fpdfsdk/include/formfiller/FFL_TextField.h b/fpdfsdk/include/formfiller/FFL_TextField.h |
| index e8013cdba109d64389c3664698fd2d2a2a9d8873..e1b4a54f233943d84a88b21e3243b28a9651f9f7 100644 |
| --- a/fpdfsdk/include/formfiller/FFL_TextField.h |
| +++ b/fpdfsdk/include/formfiller/FFL_TextField.h |
| @@ -56,7 +56,7 @@ class CFFL_TextField : public CFFL_FormFiller, |
| // IPWL_Edit_Notify: |
| void OnAddUndo(CPWL_Edit* pEdit) override; |
| - virtual FX_BOOL IsFieldFull(CPDFSDK_PageView* pPageView); |
| + FX_BOOL IsFieldFull(CPDFSDK_PageView* pPageView) override; |
|
Lei Zhang
2015/10/31 02:03:20
// CFFL_FormFiller:
Tom Sepez
2015/11/02 18:03:25
Done.
|
| private: |
| CBA_FontMap* m_pFontMap; |