Chromium Code Reviews| Index: core/fpdfdoc/cpdf_dest.h |
| diff --git a/core/fpdfdoc/cpdf_dest.h b/core/fpdfdoc/cpdf_dest.h |
| index 8f38192fd87f14a7082ae1a1a46eaaf6fa1e5a38..527d1dcf8b1f6eed0caeef07918cc7fdfbfb99fc 100644 |
| --- a/core/fpdfdoc/cpdf_dest.h |
| +++ b/core/fpdfdoc/cpdf_dest.h |
| @@ -25,6 +25,13 @@ class CPDF_Dest { |
| int GetZoomMode(); |
| FX_FLOAT GetParam(int index); |
| + bool GetXYZ(bool* pHasX, |
| + bool* pHasY, |
| + bool* pHasZoom, |
| + float* pX, |
| + float* pY, |
| + float* pZoom) const; |
| + |
| private: |
| CPDF_Object* m_pObj; |
| }; |