| Index: third_party/agg23/agg_rasterizer_scanline_aa.h
|
| diff --git a/third_party/agg23/agg_rasterizer_scanline_aa.h b/third_party/agg23/agg_rasterizer_scanline_aa.h
|
| index dceb3e85950cd72a758a40268ec32849799eeecb..f02281cee27f8bda477a48ee4d4ae8e9f06a10f9 100644
|
| --- a/third_party/agg23/agg_rasterizer_scanline_aa.h
|
| +++ b/third_party/agg23/agg_rasterizer_scanline_aa.h
|
| @@ -383,7 +383,7 @@ public:
|
| }
|
| }
|
| template<class VertexSource>
|
| - void add_path_transformed(VertexSource& vs, const CFX_AffineMatrix* pMatrix, unsigned path_id = 0)
|
| + void add_path_transformed(VertexSource& vs, const CFX_Matrix* pMatrix, unsigned path_id = 0)
|
| {
|
| FX_FLOAT x;
|
| FX_FLOAT y;
|
|
|