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

Unified Diff: core/fpdfapi/fpdf_render/fpdf_render.cpp

Issue 2013023002: Clean up CPDF_TextRenderer slightly. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@fxgeclean2
Patch Set: rebase 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
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_render/fpdf_render_text.cpp » ('j') | fpdfsdk/fxedit/fxet_pageobjs.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfapi/fpdf_render/fpdf_render.cpp
diff --git a/core/fpdfapi/fpdf_render/fpdf_render.cpp b/core/fpdfapi/fpdf_render/fpdf_render.cpp
index 365e4c046409d5ef38fe41815972579f2caa86aa..b69863b5b05ab6e38e51da65d6cf8bc7971487b3 100644
--- a/core/fpdfapi/fpdf_render/fpdf_render.cpp
+++ b/core/fpdfapi/fpdf_render/fpdf_render.cpp
@@ -816,7 +816,7 @@ FX_BOOL CPDF_RenderStatus::ProcessTransparency(const CPDF_PageObject* pPageObj,
&text_device, textobj->m_nChars, textobj->m_pCharCodes,
textobj->m_pCharPos, textobj->m_TextState.GetFont(),
textobj->m_TextState.GetFontSize(), &text_matrix, &new_matrix,
- textobj->m_GraphState, (FX_ARGB)-1, 0, NULL);
+ textobj->m_GraphState, (FX_ARGB)-1, 0, nullptr, 0);
}
}
CPDF_RenderStatus bitmap_render;
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_render/fpdf_render_text.cpp » ('j') | fpdfsdk/fxedit/fxet_pageobjs.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698