| Index: xfa/src/fwl/src/basewidget/include/fwl_pictureboximp.h
|
| diff --git a/xfa/src/fwl/src/basewidget/include/fwl_pictureboximp.h b/xfa/src/fwl/src/basewidget/include/fwl_pictureboximp.h
|
| index 2bd1d8ce58b2dee9669842a79a58d6abea317d9a..2c12610ef636d5addf3ebcd7fc2a61623cdbe72a 100644
|
| --- a/xfa/src/fwl/src/basewidget/include/fwl_pictureboximp.h
|
| +++ b/xfa/src/fwl/src/basewidget/include/fwl_pictureboximp.h
|
| @@ -43,8 +43,8 @@ class CFWL_PictureBoxImp : public CFWL_WidgetImp {
|
| class CFWL_PictureBoxImpDelegate : public CFWL_WidgetImpDelegate {
|
| public:
|
| CFWL_PictureBoxImpDelegate(CFWL_PictureBoxImp* pOwner);
|
| - virtual FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
|
| - const CFX_Matrix* pMatrix = NULL);
|
| + FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
|
| + const CFX_Matrix* pMatrix = NULL) override;
|
|
|
| protected:
|
| CFWL_PictureBoxImp* m_pOwner;
|
|
|