Chromium Code Reviews| Index: core/include/fpdfapi/fpdf_pageobj.h |
| diff --git a/core/include/fpdfapi/fpdf_pageobj.h b/core/include/fpdfapi/fpdf_pageobj.h |
| index 90e1b0b90b84a4aa8b8121ec1286b6d79cad27de..307fb16bdfbcbab831e6faa0ce58a19ca80644c6 100644 |
| --- a/core/include/fpdfapi/fpdf_pageobj.h |
| +++ b/core/include/fpdfapi/fpdf_pageobj.h |
| @@ -220,6 +220,8 @@ public: |
| CPDF_Font* m_pFont; |
| + CPDF_Document* m_pDocument; |
|
Tom Sepez
2014/08/18 18:19:31
Are we sure that this object doesn't ever out-live
jun_fang
2014/08/18 20:33:54
Sorry. Can you explain your question more? I don't
|
| + |
| FX_FLOAT m_FontSize; |
| FX_FLOAT m_CharSpace; |