| Index: xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h
 | 
| diff --git a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h b/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h
 | 
| index ccd6a84a0d28bfafd02de834f68a18e980f6893e..4af04ac1fcc2f35ea807c0b9a525753baaa3cde4 100644
 | 
| --- a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h
 | 
| +++ b/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h
 | 
| @@ -38,8 +38,9 @@ class CBC_WhiteRectangleDetector {
 | 
|                               int32_t b,
 | 
|                               int32_t fixed,
 | 
|                               FX_BOOL horizontal);
 | 
| -  const static int32_t INIT_SIZE;
 | 
| -  const static int32_t CORR;
 | 
| +
 | 
| +  static const int32_t INIT_SIZE = 30;
 | 
| +  static const int32_t CORR = 1;
 | 
|  
 | 
|    CBC_CommonBitMatrix* m_image;
 | 
|    int32_t m_height;
 | 
| 
 |