| Index: xfa/fwl/basewidget/fwl_tooltipctrlimp.h
|
| diff --git a/xfa/fwl/basewidget/fwl_tooltipctrlimp.h b/xfa/fwl/basewidget/fwl_tooltipctrlimp.h
|
| index c21a47ec073395b0a1f70f2d08555194d35895a0..79e3f49f187514886872ed7f58eb08968b31c480 100644
|
| --- a/xfa/fwl/basewidget/fwl_tooltipctrlimp.h
|
| +++ b/xfa/fwl/basewidget/fwl_tooltipctrlimp.h
|
| @@ -80,7 +80,7 @@ class CFWL_ToolTipImpDelegate : public CFWL_WidgetImpDelegate {
|
| void OnProcessMessage(CFWL_Message* pMessage) override;
|
| void OnProcessEvent(CFWL_Event* pEvent) override;
|
| void OnDrawWidget(CFX_Graphics* pGraphics,
|
| - const CFX_Matrix* pMatrix = NULL) override;
|
| + const CFX_Matrix* pMatrix = nullptr) override;
|
|
|
| protected:
|
| void OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet = TRUE);
|
|
|