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

Unified Diff: fpdfsdk/pdfsdk_fieldaction.cpp

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/pdfsdk_fieldaction.h ('k') | fpdfsdk/pdfwindow/PWL_Button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/pdfsdk_fieldaction.cpp
diff --git a/fpdfsdk/pdfsdk_fieldaction.cpp b/fpdfsdk/pdfsdk_fieldaction.cpp
index c5356cb0b8d48c07bdf5a94cde627c1ea424368a..61228ea82a71469137209338a898d0748cb22c53 100644
--- a/fpdfsdk/pdfsdk_fieldaction.cpp
+++ b/fpdfsdk/pdfsdk_fieldaction.cpp
@@ -7,12 +7,12 @@
#include "fpdfsdk/pdfsdk_fieldaction.h"
PDFSDK_FieldAction::PDFSDK_FieldAction()
- : bModifier(FALSE),
- bShift(FALSE),
+ : bModifier(false),
+ bShift(false),
nCommitKey(0),
- bKeyDown(FALSE),
+ bKeyDown(false),
nSelEnd(0),
nSelStart(0),
- bWillCommit(FALSE),
- bFieldFull(FALSE),
- bRC(TRUE) {}
+ bWillCommit(false),
+ bFieldFull(false),
+ bRC(true) {}
« no previous file with comments | « fpdfsdk/pdfsdk_fieldaction.h ('k') | fpdfsdk/pdfwindow/PWL_Button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698