| Index: fpdfsdk/include/fsdk_mgr.h
|
| diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h
|
| index 3d691c1f2da6069cd645d23e5c56aa802b325be1..0578a16e3d49af4c8bff164158bb42dad2374041 100644
|
| --- a/fpdfsdk/include/fsdk_mgr.h
|
| +++ b/fpdfsdk/include/fsdk_mgr.h
|
| @@ -614,7 +614,7 @@ class CPDFSDK_PageView final {
|
| int nFlag);
|
| bool IsValidAnnot(const CPDF_Annot* p) const;
|
| void GetCurrentMatrix(CFX_Matrix& matrix) { matrix = m_curMatrix; }
|
| - void UpdateRects(CFX_RectArray& rects);
|
| + void UpdateRects(const std::vector<CFX_FloatRect>& rects);
|
| void UpdateView(CPDFSDK_Annot* pAnnot);
|
| const std::vector<CPDFSDK_Annot*>& GetAnnotList() const {
|
| return m_fxAnnotArray;
|
|
|