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

Unified Diff: fpdfsdk/fxedit/fxet_ap.cpp

Issue 2031653003: Get rid of NULLs in fpdfsdk/ (Closed) Base URL: https://pdfium.googlesource.com/pdfium@nullptr_core
Patch Set: Fix bad search/replace Created 4 years, 7 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
Index: fpdfsdk/fxedit/fxet_ap.cpp
diff --git a/fpdfsdk/fxedit/fxet_ap.cpp b/fpdfsdk/fxedit/fxet_ap.cpp
index 563acb65b5f72337572c0311d195d5aeb9dd3814..e16ffad10199b661aef2af83d1db1d08d11d685a 100644
--- a/fpdfsdk/fxedit/fxet_ap.cpp
+++ b/fpdfsdk/fxedit/fxet_ap.cpp
@@ -59,7 +59,7 @@ static CFX_ByteString GetFontSetString(IPVT_FontMap* pFontMap,
CFX_ByteString IFX_Edit::GetEditAppearanceStream(
IFX_Edit* pEdit,
const CFX_FloatPoint& ptOffset,
- const CPVT_WordRange* pRange /* = NULL*/,
+ const CPVT_WordRange* pRange /* = nullptr*/,
Tom Sepez 2016/06/02 20:26:26 kill comments.
Lei Zhang 2016/06/07 08:03:13 Done.
FX_BOOL bContinuous /* = TRUE*/,
uint16_t SubWord /* = 0*/) {
CFX_ByteTextBuf sEditStream, sWords;

Powered by Google App Engine
This is Rietveld 408576698