Index: xfa/fwl/core/cfwl_picturebox.h |
diff --git a/xfa/fwl/core/cfwl_picturebox.h b/xfa/fwl/core/cfwl_picturebox.h |
index 37127048dea803381026078e65918ad37a023150..596645db2f60184dccbbcaec45b84436fa98b14f 100644 |
--- a/xfa/fwl/core/cfwl_picturebox.h |
+++ b/xfa/fwl/core/cfwl_picturebox.h |
@@ -37,7 +37,7 @@ class CFWL_PictureBox : public CFWL_Widget { |
// CFWL_Widget |
FWL_Type GetClassID() const override; |
- void GetWidgetRect(CFX_RectF& rect, bool bAutoSize) override; |
+ CFX_RectF GetWidgetRect(bool bAutoSize) override; |
void Update() override; |
void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; |
void OnDrawWidget(CFX_Graphics* pGraphics, |