From 4c3b4aa6d1df54fe02912fed04a08adc6826310f Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 17 Sep 2018 22:22:36 +0000 Subject: Make CBC_CodeBase::SetWideNarrowRatio() not virtual. Make CBC_Writer::SetWideNarrowRatio() virtual instead. Do the same for SetStartChar(), SetEndChar(), and SetErrorCorrectionLevel(). Change-Id: I70e87c0e9f8b772331105e57dd26075db3cfcb95 Reviewed-on: https://pdfium-review.googlesource.com/42602 Commit-Queue: Lei Zhang Reviewed-by: Henrique Nakashima --- fxbarcode/cbc_codabar.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'fxbarcode/cbc_codabar.h') diff --git a/fxbarcode/cbc_codabar.h b/fxbarcode/cbc_codabar.h index bf8a21e42e..e8a62799c6 100644 --- a/fxbarcode/cbc_codabar.h +++ b/fxbarcode/cbc_codabar.h @@ -24,9 +24,6 @@ class CBC_Codabar final : public CBC_OneCode { bool Encode(const WideStringView& contents) override; bool RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matrix) override; - bool SetWideNarrowRatio(int8_t ratio) override; - bool SetStartChar(char start) override; - bool SetEndChar(char end) override; private: CBC_OnedCodaBarWriter* GetOnedCodaBarWriter(); -- cgit v1.2.3