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

Unified Diff: xfa/fxfa/include/xfa_rendercontext.h

Issue 2095653002: Remove NULL in xfa/ (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 6 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 | « xfa/fxfa/include/xfa_ffwidgethandler.h ('k') | xfa/fxfa/parser/cxfa_box.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/include/xfa_rendercontext.h
diff --git a/xfa/fxfa/include/xfa_rendercontext.h b/xfa/fxfa/include/xfa_rendercontext.h
index 7716c7140bf8bf12627e5e9cf188870aa0f561ca..8bd6a287a3aaa679aaee27518190ea8b1b20dbc4 100644
--- a/xfa/fxfa/include/xfa_rendercontext.h
+++ b/xfa/fxfa/include/xfa_rendercontext.h
@@ -28,7 +28,7 @@ class CXFA_RenderContext {
CFX_Graphics* pGS,
const CFX_Matrix& matrix,
const CXFA_RenderOptions& options);
- int32_t DoRender(IFX_Pause* pPause = NULL);
+ int32_t DoRender(IFX_Pause* pPause = nullptr);
void StopRender();
protected:
« no previous file with comments | « xfa/fxfa/include/xfa_ffwidgethandler.h ('k') | xfa/fxfa/parser/cxfa_box.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698