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

Unified Diff: core/src/fxge/android/fpf_skiamodule.cpp

Issue 402463002: Replace agg with skia (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Fix clang compile error Created 6 years, 5 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 | « core/src/fxge/agg/src/fxfx_agg_vcgen_stroke.cpp ('k') | core/src/fxge/android/fx_android_imp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/src/fxge/android/fpf_skiamodule.cpp
diff --git a/core/src/fxge/android/fpf_skiamodule.cpp b/core/src/fxge/android/fpf_skiamodule.cpp
index 94e68885fc4408781a3958b4ffa7bdf34b28628e..823bc45bdc9d790c27324d9a64cfb57783fd97af 100644
--- a/core/src/fxge/android/fpf_skiamodule.cpp
+++ b/core/src/fxge/android/fpf_skiamodule.cpp
@@ -38,7 +38,7 @@ IFPF_FontMgr* CFPF_SkiaDeviceModule::GetFontMgr()
}
if (!m_pFontMgr->InitFTLibrary()) {
delete m_pFontMgr;
- return NULL;
+ m_pFontMgr = NULL;
}
}
return (IFPF_FontMgr*)m_pFontMgr;
« no previous file with comments | « core/src/fxge/agg/src/fxfx_agg_vcgen_stroke.cpp ('k') | core/src/fxge/android/fx_android_imp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698