| Index: xfa/fwl/core/ifwl_widget.h
|
| diff --git a/xfa/fwl/core/ifwl_widget.h b/xfa/fwl/core/ifwl_widget.h
|
| index ebd430356bc2059d38e2a52ad0d9829d6d20dd3e..414678fb60c80b5d9e106f4224ff1dfc7664c88d 100644
|
| --- a/xfa/fwl/core/ifwl_widget.h
|
| +++ b/xfa/fwl/core/ifwl_widget.h
|
| @@ -166,8 +166,7 @@ class IFWL_Widget : public IFWL_WidgetDelegate {
|
| FX_FLOAT fMaxHeight,
|
| const CFX_RectF& rtAnchor,
|
| CFX_RectF& rtPopup);
|
| - void RegisterEventTarget(IFWL_Widget* pEventSource = nullptr,
|
| - uint32_t dwFilter = FWL_EVENT_ALL_MASK);
|
| + void RegisterEventTarget(IFWL_Widget* pEventSource);
|
| void UnregisterEventTarget();
|
| void DispatchKeyEvent(CFWL_MsgKey* pNote);
|
| void DispatchEvent(CFWL_Event* pEvent);
|
|
|