| Index: core/src/fpdfdoc/doc_utils.cpp
|
| diff --git a/core/src/fpdfdoc/doc_utils.cpp b/core/src/fpdfdoc/doc_utils.cpp
|
| index b0eafbff20262d7fab9747b3599c1a718efe9c12..adf523f74eb9ee4faf46ed583c4a91823e3bad48 100644
|
| --- a/core/src/fpdfdoc/doc_utils.cpp
|
| +++ b/core/src/fpdfdoc/doc_utils.cpp
|
| @@ -208,8 +208,8 @@ CFX_ByteString CPDF_DefaultAppearance::GetTextMatrixString() {
|
| }
|
| return csTM;
|
| }
|
| -CFX_AffineMatrix CPDF_DefaultAppearance::GetTextMatrix() {
|
| - CFX_AffineMatrix tm;
|
| +CFX_Matrix CPDF_DefaultAppearance::GetTextMatrix() {
|
| + CFX_Matrix tm;
|
| if (m_csDA.IsEmpty()) {
|
| return tm;
|
| }
|
|
|