| Index: xfa/fwl/lightwidget/cfwl_widget.h
|
| diff --git a/xfa/fwl/lightwidget/cfwl_widget.h b/xfa/fwl/lightwidget/cfwl_widget.h
|
| index 1c29b1f58e23e471f7f69e0ce26b696d8d18839c..ea176270638187d3ce0e2412d8922844e2679c1d 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_widget.h
|
| +++ b/xfa/fwl/lightwidget/cfwl_widget.h
|
| @@ -41,6 +41,9 @@ class CFWL_Widget {
|
| uint32_t dwStylesExRemoved);
|
| uint32_t GetStates();
|
| void SetStates(uint32_t dwStates, FX_BOOL bSet = TRUE);
|
| + void* GetLayoutItem() const;
|
| + void SetLayoutItem(void* pItem);
|
| +
|
| FWL_Error SetPrivateData(void* module_id,
|
| void* pData,
|
| PD_CALLBACK_FREEDATA callback);
|
|
|