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

Unified Diff: fpdfsdk/pdfsdk_fieldaction.h

Issue 2453683011: Remove FX_BOOL from fpdfsdk. (Closed)
Patch Set: Regenerate patch after rebase. Created 4 years, 1 month 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 | « fpdfsdk/javascript/util.cpp ('k') | fpdfsdk/pdfsdk_fieldaction.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/pdfsdk_fieldaction.h
diff --git a/fpdfsdk/pdfsdk_fieldaction.h b/fpdfsdk/pdfsdk_fieldaction.h
index 192bfc20759636d65cc97d732c49ffe566e1d2a7..4ee56ac3f69846187cc20d74655b63c3510e7db9 100644
--- a/fpdfsdk/pdfsdk_fieldaction.h
+++ b/fpdfsdk/pdfsdk_fieldaction.h
@@ -22,18 +22,18 @@ struct PDFSDK_FieldAction {
PDFSDK_FieldAction();
PDFSDK_FieldAction(const PDFSDK_FieldAction& other) = delete;
- FX_BOOL bModifier;
- FX_BOOL bShift;
+ bool bModifier;
+ bool bShift;
int nCommitKey;
CFX_WideString sChange;
CFX_WideString sChangeEx;
- FX_BOOL bKeyDown;
+ bool bKeyDown;
int nSelEnd;
int nSelStart;
CFX_WideString sValue;
- FX_BOOL bWillCommit;
- FX_BOOL bFieldFull;
- FX_BOOL bRC;
+ bool bWillCommit;
+ bool bFieldFull;
+ bool bRC;
};
#endif // FPDFSDK_PDFSDK_FIELDACTION_H_
« no previous file with comments | « fpdfsdk/javascript/util.cpp ('k') | fpdfsdk/pdfsdk_fieldaction.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698