Index: core/fpdfapi/fpdf_page/include/cpdf_formobject.h |
diff --git a/core/fpdfapi/fpdf_page/include/cpdf_formobject.h b/core/fpdfapi/fpdf_page/include/cpdf_formobject.h |
index 03e117a132558d3cdca203db57019866a85e73d8..5b146b268d18438941271af0248413fca1be5257 100644 |
--- a/core/fpdfapi/fpdf_page/include/cpdf_formobject.h |
+++ b/core/fpdfapi/fpdf_page/include/cpdf_formobject.h |
@@ -28,6 +28,7 @@ class CPDF_FormObject : public CPDF_PageObject { |
const CPDF_FormObject* AsForm() const override; |
void CalcBoundingBox(); |
+ const CPDF_Form* form() const { return m_pForm.get(); } |
std::unique_ptr<CPDF_Form> m_pForm; |
dsinclair
2016/07/29 13:22:49
Can these be made private: now?
Lei Zhang
2016/07/29 14:46:15
Maybe with a follow up CL to get the other NN plac
|
CFX_Matrix m_FormMatrix; |