Chromium Code Reviews| Index: xfa/fwl/core/ifwl_dataprovider.h |
| diff --git a/xfa/fwl/core/ifwl_dataprovider.h b/xfa/fwl/core/ifwl_dataprovider.h |
| index 9a3634c40ea5cee113374ff7ed34912cfe3f8980..53c6ec405521d505de765ffc73100761a5a7882d 100644 |
| --- a/xfa/fwl/core/ifwl_dataprovider.h |
| +++ b/xfa/fwl/core/ifwl_dataprovider.h |
| @@ -15,6 +15,7 @@ class IFWL_Widget; |
| class IFWL_DataProvider { |
| public: |
| virtual ~IFWL_DataProvider() {} |
| + |
| virtual FWL_Error GetCaption(IFWL_Widget* pWidget, |
| CFX_WideString& wsCaption) = 0; |
| }; |