| Index: core/fpdfdoc/include/cpdf_annot.h
|
| diff --git a/core/fpdfdoc/include/cpdf_annot.h b/core/fpdfdoc/include/cpdf_annot.h
|
| index 4029bba4cc92d83acc23ce8eb2b95c7cfcadf350..9f8671633c2698a990490184590fe62c5eb9e65e 100644
|
| --- a/core/fpdfdoc/include/cpdf_annot.h
|
| +++ b/core/fpdfdoc/include/cpdf_annot.h
|
| @@ -44,7 +44,7 @@ class CPDF_Annot {
|
|
|
| CFX_ByteString GetSubType() const;
|
| uint32_t GetFlags() const;
|
| - void GetRect(CFX_FloatRect& rect) const;
|
| + CFX_FloatRect GetRect() const;
|
| const CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict; }
|
| CPDF_Dictionary* GetAnnotDict() { return m_pAnnotDict; }
|
| FX_BOOL DrawAppearance(CPDF_Page* pPage,
|
|
|