| Index: core/fpdftext/include/cpdf_textpage.h
 | 
| diff --git a/core/fpdftext/include/cpdf_textpage.h b/core/fpdftext/include/cpdf_textpage.h
 | 
| index 0c1efdf34ad14b5aa4f0a3d6179e2cb3ce4a1254..d414cbc829b4bf5e70bc92ae3fcc587dd5bc83b1 100644
 | 
| --- a/core/fpdftext/include/cpdf_textpage.h
 | 
| +++ b/core/fpdftext/include/cpdf_textpage.h
 | 
| @@ -61,11 +61,8 @@ struct PDFTEXT_Obj {
 | 
|  
 | 
|  class CPDF_TextPage {
 | 
|   public:
 | 
| -  static FX_BOOL IsRectIntersect(const CFX_FloatRect& rect1,
 | 
| -                                 const CFX_FloatRect& rect2);
 | 
| -
 | 
|    CPDF_TextPage(const CPDF_Page* pPage, FPDFText_Direction flags);
 | 
| -  ~CPDF_TextPage() {}
 | 
| +  ~CPDF_TextPage();
 | 
|  
 | 
|    // IPDF_TextPage:
 | 
|    void ParseTextPage();
 | 
| @@ -98,6 +95,9 @@ class CPDF_TextPage {
 | 
|                             FX_FLOAT bottom,
 | 
|                             FX_BOOL bContains = FALSE);
 | 
|  
 | 
| +  static FX_BOOL IsRectIntersect(const CFX_FloatRect& rect1,
 | 
| +                                 const CFX_FloatRect& rect2);
 | 
| +
 | 
|   private:
 | 
|    enum class TextOrientation {
 | 
|      Unknown,
 | 
| 
 |