| Index: xfa/fwl/core/cfwl_picturebox.h
|
| diff --git a/xfa/fwl/core/cfwl_picturebox.h b/xfa/fwl/core/cfwl_picturebox.h
|
| index d64be21e0691b09ba4ae61e8137ca42c9b0ae268..f8fcdfbb130d2cfa86604f07301296ae7c1058a2 100644
|
| --- a/xfa/fwl/core/cfwl_picturebox.h
|
| +++ b/xfa/fwl/core/cfwl_picturebox.h
|
| @@ -16,9 +16,6 @@ class CFWL_PictureBox : public CFWL_Widget {
|
| CFWL_PictureBox(const IFWL_App*);
|
| ~CFWL_PictureBox() override;
|
|
|
| - IFWL_PictureBox* GetWidget() override;
|
| - const IFWL_PictureBox* GetWidget() const override;
|
| -
|
| void Initialize();
|
|
|
| CFX_DIBitmap* GetPicture();
|
|
|