| Index: xfa/fwl/core/ifwl_widget.h
|
| diff --git a/xfa/fwl/core/ifwl_widget.h b/xfa/fwl/core/ifwl_widget.h
|
| index 38a8d337f6910a3224338ce28ef1ada8b2bee5c1..2b385abc0e7e67a7bc97cf5be0c6302f0b565bfb 100644
|
| --- a/xfa/fwl/core/ifwl_widget.h
|
| +++ b/xfa/fwl/core/ifwl_widget.h
|
| @@ -113,7 +113,9 @@ class IFWL_Widget {
|
|
|
| virtual IFWL_ThemeProvider* GetThemeProvider();
|
| virtual FWL_Error SetThemeProvider(IFWL_ThemeProvider* pThemeProvider);
|
| - virtual IFWL_WidgetDelegate* SetDelegate(IFWL_WidgetDelegate* pDelegate);
|
| +
|
| + IFWL_WidgetDelegate* GetCurrentDelegate();
|
| + void SetCurrentDelegate(IFWL_WidgetDelegate* pDelegate);
|
|
|
| const IFWL_App* GetOwnerApp() const;
|
|
|
|
|