Chromium Code Reviews| Index: core/include/fpdfapi/fpdf_parser.h |
| diff --git a/core/include/fpdfapi/fpdf_parser.h b/core/include/fpdfapi/fpdf_parser.h |
| index dab0719f26ebae71b5d4cd79e1ba3d03bde3b634..07c65578f3067219ef36aed5c7480a0f8a618dda 100644 |
| --- a/core/include/fpdfapi/fpdf_parser.h |
| +++ b/core/include/fpdfapi/fpdf_parser.h |
| @@ -15,7 +15,7 @@ |
| class CFDF_Document; |
| class CFDF_Parser; |
| -class CFX_AffineMatrix; |
| +class CFX_Matrix; |
|
Lei Zhang
2015/12/10 22:34:02
nit: alphabetical order.
Tom Sepez
2015/12/10 22:48:40
Done.
|
| class CFX_DIBSource; |
| class CFX_FloatRect; |
| class CFX_Font; |
| @@ -122,7 +122,7 @@ class CPDF_Document : public CFX_PrivateData, public CPDF_IndirectObjects { |
| CPDF_Pattern* LoadPattern(CPDF_Object* pObj, |
| FX_BOOL bShading, |
| - const CFX_AffineMatrix* matrix = NULL); |
| + const CFX_Matrix* matrix = NULL); |
| CPDF_Image* LoadImageF(CPDF_Object* pObj); |
| @@ -789,7 +789,6 @@ class CPDF_Point { |
| }; |
| #define CPDF_Rect CFX_FloatRect |
| -#define CPDF_Matrix CFX_AffineMatrix |
| CFX_ByteString PDF_NameDecode(const CFX_ByteStringC& orig); |
| CFX_ByteString PDF_NameDecode(const CFX_ByteString& orig); |
| CFX_ByteString PDF_NameEncode(const CFX_ByteString& orig); |