Chromium Code Reviews| Index: xfa/fwl/core/ifwl_barcode.h |
| diff --git a/xfa/fwl/core/ifwl_barcode.h b/xfa/fwl/core/ifwl_barcode.h |
| index 09ec1f3e7d8985f7a5f56a0081eeebf889d80522..417b1b77cc171ff3d031b33a1251a2cbf0b7f07b 100644 |
| --- a/xfa/fwl/core/ifwl_barcode.h |
| +++ b/xfa/fwl/core/ifwl_barcode.h |
| @@ -9,9 +9,9 @@ |
| #include <memory> |
| -#include "xfa/fwl/core/ifwl_dataprovider.h" |
| #include "xfa/fwl/core/ifwl_edit.h" |
| #include "xfa/fwl/core/ifwl_scrollbar.h" |
| +#include "xfa/fwl/core/ifwl_widget.h" |
| #include "xfa/fxbarcode/BC_Library.h" |
| class CFWL_WidgetProperties; |
| @@ -38,7 +38,7 @@ enum FWL_BCDAttribute { |
| FWL_BCDATTRIBUTE_TRUNCATED = 1 << 12 |
| }; |
| -class IFWL_BarcodeDP : public IFWL_DataProvider { |
| +class IFWL_BarcodeDP : public IFWL_Widget::DataProvider { |
|
npm
2016/11/21 15:56:18
Can this go inside IFWL_Barcode?
dsinclair
2016/11/21 16:00:42
Followup.
|
| public: |
| virtual BC_CHAR_ENCODING GetCharEncoding() const = 0; |
| virtual int32_t GetModuleHeight() const = 0; |