DescriptionChange bool type to fix warnings.
Switching the Is{SHIFT|CTRL|ALT|}KeyDown methods to bool from FX_BOOL generated
cfx_systemhandler.cpp(129): warning C4800: 'FX_BOOL': forcing value to bool
'true' or 'false' (performance warning)
on the win_chromium_x64_rel_ng and win8_chromium_ng bots. This CL switches
back to FX_BOOL. Attempting to move everything to bool has huge ripple effects.
I removed IsINSERTKeyDown as it was always false.
Committed: https://pdfium.googlesource.com/pdfium/+/224bc5a983a02c0da3ecc0ee55b6c8b1fe500980
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 9 (3 generated)
|