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

Unified Diff: core/include/fxcodec/fx_codec.h

Issue 1423583005: Merge to XFA: Remove dead code in fx_codec_jbig_enc.cpp. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 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 | « BUILD.gn ('k') | core/src/fxcodec/codec/fx_codec_jbig_enc.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/include/fxcodec/fx_codec.h
diff --git a/core/include/fxcodec/fx_codec.h b/core/include/fxcodec/fx_codec.h
index b9ba0df6943af38c716226df5615b24ef0b0eb6f..68628fd01608a5c79f59a09457bc6dc480b01ee5 100644
--- a/core/include/fxcodec/fx_codec.h
+++ b/core/include/fxcodec/fx_codec.h
@@ -58,7 +58,7 @@ class CFX_DIBAttribute {
class CCodec_ModuleMgr {
public:
CCodec_ModuleMgr();
- ICodec_Jbig2Encoder* CreateJbig2Encoder();
+
ICodec_BasicModule* GetBasicModule() const { return m_pBasicModule.get(); }
ICodec_FaxModule* GetFaxModule() const { return m_pFaxModule.get(); }
ICodec_JpegModule* GetJpegModule() const { return m_pJpegModule.get(); }
« no previous file with comments | « BUILD.gn ('k') | core/src/fxcodec/codec/fx_codec_jbig_enc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698