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

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

Issue 1407903005: Remove external jpeg provider interface. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 2 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 | « BUILD.gn ('k') | core/include/fxcodec/fx_codec_provider.h » ('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 f283e64cd8a549e3a0d8464760da023ec7b705b1..1d5bd78ac44189a2358674b8ebd847742ee7379e 100644
--- a/core/include/fxcodec/fx_codec.h
+++ b/core/include/fxcodec/fx_codec.h
@@ -12,7 +12,6 @@
#include "../../../third_party/base/nonstd_unique_ptr.h"
#include "../fxcrt/fx_basic.h"
#include "fx_codec_def.h"
-#include "fx_codec_provider.h"
class CFX_DIBSource;
class CJPX_Decoder;
@@ -157,8 +156,6 @@ class ICodec_JpegModule {
public:
virtual ~ICodec_JpegModule() {}
- virtual void SetPovider(IFX_JpegProvider* pJP) = 0;
Tom Sepez 2015/10/29 21:55:14 That this misspelling was never noticed should hav
-
virtual ICodec_ScanlineDecoder* CreateDecoder(const uint8_t* src_buf,
FX_DWORD src_size,
int width,
« no previous file with comments | « BUILD.gn ('k') | core/include/fxcodec/fx_codec_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698