| Index: xfa/fwl/core/cfwl_picturebox.cpp
|
| diff --git a/xfa/fwl/core/cfwl_picturebox.cpp b/xfa/fwl/core/cfwl_picturebox.cpp
|
| index 3c95033aa0d0527de8550194bdac510f0aff9692..96a52c96386ca5891832c0118661373c2996ae1b 100644
|
| --- a/xfa/fwl/core/cfwl_picturebox.cpp
|
| +++ b/xfa/fwl/core/cfwl_picturebox.cpp
|
| @@ -23,16 +23,6 @@ FWL_Type CFWL_PictureBox::GetClassID() const {
|
| return FWL_Type::PictureBox;
|
| }
|
|
|
| -void CFWL_PictureBox::GetWidgetRect(CFX_RectF& rect, bool bAutoSize) {
|
| - if (!bAutoSize) {
|
| - rect = m_pProperties->m_rtWidget;
|
| - return;
|
| - }
|
| -
|
| - rect.Set(0, 0, 0, 0);
|
| - InflateWidgetRect(rect);
|
| -}
|
| -
|
| void CFWL_PictureBox::Update() {
|
| if (IsLocked())
|
| return;
|
|
|