diff options
author | Lei Zhang <thestig@chromium.org> | 2017-07-21 17:42:19 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-22 00:54:57 +0000 |
commit | 60fa2fce1f6fc02b3039166d84ed8ec152312566 (patch) | |
tree | a5fe7c1263ccb1620b16b549787e390bb1814dd4 /fpdfsdk/cfx_systemhandler.h | |
parent | d2be646ae1655ac702c5f304d546a2eb32ad2c54 (diff) | |
download | pdfium-60fa2fce1f6fc02b3039166d84ed8ec152312566.tar.xz |
Simplify code in CPDFSDK_FormFillEnvironment.chromium/3165
This makes various IsFooKeyDown() methods static.
Transitively apply that to callers too.
Change-Id: Ia43b1fd62889c1943e0d8407e9696225b05125a8
Reviewed-on: https://pdfium-review.googlesource.com/7190
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fpdfsdk/cfx_systemhandler.h')
-rw-r--r-- | fpdfsdk/cfx_systemhandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fpdfsdk/cfx_systemhandler.h b/fpdfsdk/cfx_systemhandler.h index aa243c0e11..7402ac3c4f 100644 --- a/fpdfsdk/cfx_systemhandler.h +++ b/fpdfsdk/cfx_systemhandler.h @@ -64,9 +64,6 @@ class CFX_SystemHandler { int32_t SetTimer(int32_t uElapse, TimerCallback lpTimerFunc); void KillTimer(int32_t nID); - bool IsSHIFTKeyDown(uint32_t nFlag) const; - bool IsCTRLKeyDown(uint32_t nFlag) const; - bool IsALTKeyDown(uint32_t nFlag) const; private: CFX_UnownedPtr<CPDFSDK_FormFillEnvironment> const m_pFormFillEnv; |