diff options
Diffstat (limited to 'core/fxcodec/gif')
-rw-r--r-- | core/fxcodec/gif/cfx_gifcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/gif/cfx_gifcontext.h b/core/fxcodec/gif/cfx_gifcontext.h index 5eae5163cc..c2828db6bb 100644 --- a/core/fxcodec/gif/cfx_gifcontext.h +++ b/core/fxcodec/gif/cfx_gifcontext.h @@ -18,7 +18,7 @@ #include "core/fxcrt/unowned_ptr.h" #include "third_party/base/span.h" -class CFX_GifContext : public CCodec_GifModule::Context { +class CFX_GifContext : public CodecModuleIface::Context { public: CFX_GifContext(CCodec_GifModule* gif_module, CCodec_GifModule::Delegate* delegate); |