| Index: core/fpdfapi/page/cpdf_streamcontentparser.cpp
|
| diff --git a/core/fpdfapi/page/cpdf_streamcontentparser.cpp b/core/fpdfapi/page/cpdf_streamcontentparser.cpp
|
| index 6ddd278e27f029a2ec2cbae44b03a6e6131d1eaf..107ab1ccaad0022e6217f162e57448ebc97d8ced 100644
|
| --- a/core/fpdfapi/page/cpdf_streamcontentparser.cpp
|
| +++ b/core/fpdfapi/page/cpdf_streamcontentparser.cpp
|
| @@ -848,7 +848,7 @@ CPDF_ImageObject* CPDF_StreamContentParser::AddImageObject(
|
|
|
| CFX_Matrix ImageMatrix = m_pCurStates->m_CTM;
|
| ImageMatrix.Concat(m_mtContentToUser);
|
| - pImageObj->m_Matrix = ImageMatrix;
|
| + pImageObj->set_matrix(ImageMatrix);
|
| pImageObj->CalcBoundingBox();
|
|
|
| CPDF_ImageObject* pRet = pImageObj.get();
|
|
|