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

Unified Diff: xfa/fxbarcode/BC_BufferedImageLuminanceSource.h

Issue 2067903002: Make code compile with clang_use_chrome_plugin (part III) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: address comments Created 4 years, 6 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 | « xfa/fxbarcode/BC_BinaryBitmap.h ('k') | xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/BC_BufferedImageLuminanceSource.h
diff --git a/xfa/fxbarcode/BC_BufferedImageLuminanceSource.h b/xfa/fxbarcode/BC_BufferedImageLuminanceSource.h
index ca3aafb27d723975429c56dcb4065ca06f850398..da3682662d3967d8aca7f96f5c22746df7f5047d 100644
--- a/xfa/fxbarcode/BC_BufferedImageLuminanceSource.h
+++ b/xfa/fxbarcode/BC_BufferedImageLuminanceSource.h
@@ -16,10 +16,12 @@ class CBC_BufferedImageLuminanceSource : public CBC_LuminanceSource {
public:
explicit CBC_BufferedImageLuminanceSource(const CFX_WideString& filename);
explicit CBC_BufferedImageLuminanceSource(CFX_DIBitmap* pBitmap);
- virtual ~CBC_BufferedImageLuminanceSource();
+ ~CBC_BufferedImageLuminanceSource() override;
+
+ // CBC_LuminanceSource
+ CFX_ByteArray* GetRow(int32_t y, CFX_ByteArray& row, int32_t& e) override;
+ CFX_ByteArray* GetMatrix() override;
- CFX_ByteArray* GetRow(int32_t y, CFX_ByteArray& row, int32_t& e);
- CFX_ByteArray* GetMatrix();
virtual void Init(int32_t& e);
private:
« no previous file with comments | « xfa/fxbarcode/BC_BinaryBitmap.h ('k') | xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698