Chromium Code Reviews| Index: xfa/fwl/core/ifwl_noteloop.h |
| diff --git a/xfa/fwl/core/ifwl_noteloop.h b/xfa/fwl/core/ifwl_noteloop.h |
| index a56d880b4a878b1a92e2f864be4022d3dcaa38e9..b0b182e7931640211373a794a8c6460c9028dac8 100644 |
| --- a/xfa/fwl/core/ifwl_noteloop.h |
| +++ b/xfa/fwl/core/ifwl_noteloop.h |
| @@ -15,7 +15,6 @@ class CFWL_Message; |
| class IFWL_NoteLoop { |
| public: |
| virtual ~IFWL_NoteLoop() {} |
| - virtual FX_BOOL PreProcessMessage(CFWL_Message* pMessage) = 0; |
| virtual FWL_ERR Idle(int32_t count) = 0; |
| }; |