| Index: core/fpdfapi/fpdf_page/cpdf_shadingobject.cpp
|
| diff --git a/core/fpdfapi/fpdf_page/cpdf_shadingobject.cpp b/core/fpdfapi/fpdf_page/cpdf_shadingobject.cpp
|
| index d869bc20b38111ab953e6ee75192468fea8ef361..383fd154e58ef8dabd42e4d8385fbf418c2d20e8 100644
|
| --- a/core/fpdfapi/fpdf_page/cpdf_shadingobject.cpp
|
| +++ b/core/fpdfapi/fpdf_page/cpdf_shadingobject.cpp
|
| @@ -36,7 +36,7 @@ CPDF_PageObject::Type CPDF_ShadingObject::GetType() const {
|
|
|
| void CPDF_ShadingObject::Transform(const CFX_Matrix& matrix) {
|
| if (m_ClipPath) {
|
| - m_ClipPath.GetPrivateCopy();
|
| + m_ClipPath.MakePrivateCopy();
|
| m_ClipPath.Transform(matrix);
|
| }
|
| m_Matrix.Concat(matrix);
|
|
|