diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-08-21 21:10:51 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-21 21:10:51 +0000 |
commit | 18125c7d2a73fad9f0b545efc8604025088167e3 (patch) | |
tree | 8cc464b0e61e610d039413c6fc59671d6c764d5b /core/fxcodec/jbig2/JBig2_GrrdProc.cpp | |
parent | b10aff29932d434b3e333f6a92d7d6edf574963d (diff) | |
download | pdfium-18125c7d2a73fad9f0b545efc8604025088167e3.tar.xz |
Use UnownedPtr<> in JBig2_GrrdProc.h.
Change-Id: Ie3502443b801ae4af6e4c9e533f28d102703104c
Reviewed-on: https://pdfium-review.googlesource.com/40912
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_GrrdProc.cpp')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_GrrdProc.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/fxcodec/jbig2/JBig2_GrrdProc.cpp b/core/fxcodec/jbig2/JBig2_GrrdProc.cpp index 5542ec53ed..e67377622b 100644 --- a/core/fxcodec/jbig2/JBig2_GrrdProc.cpp +++ b/core/fxcodec/jbig2/JBig2_GrrdProc.cpp @@ -13,6 +13,10 @@ #include "core/fxcodec/jbig2/JBig2_Image.h" #include "third_party/base/ptr_util.h" +CJBig2_GRRDProc::CJBig2_GRRDProc() = default; + +CJBig2_GRRDProc::~CJBig2_GRRDProc() = default; + std::unique_ptr<CJBig2_Image> CJBig2_GRRDProc::Decode( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) { |