Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(949)

Unified Diff: fpdfsdk/cfx_systemhandler.h

Issue 1929963002: Change bool type to fix warnings. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fpdfsdk/cfx_systemhandler.cpp » ('j') | fpdfsdk/cfx_systemhandler.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/cfx_systemhandler.h
diff --git a/fpdfsdk/cfx_systemhandler.h b/fpdfsdk/cfx_systemhandler.h
index ec5735366c069062664349dba82e12fdaeb66ccd..436dedbbd6b06cf880dcc8c099109ba7ca3256df 100644
--- a/fpdfsdk/cfx_systemhandler.h
+++ b/fpdfsdk/cfx_systemhandler.h
@@ -65,10 +65,9 @@ class CFX_SystemHandler {
uint8_t nCharset);
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;
- bool IsINSERTKeyDown(uint32_t nFlag) const;
+ FX_BOOL IsSHIFTKeyDown(uint32_t nFlag) const;
+ FX_BOOL IsCTRLKeyDown(uint32_t nFlag) const;
+ FX_BOOL IsALTKeyDown(uint32_t nFlag) const;
FX_SYSTEMTIME GetLocalTime();
« no previous file with comments | « no previous file | fpdfsdk/cfx_systemhandler.cpp » ('j') | fpdfsdk/cfx_systemhandler.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698