| OLD | NEW |
| 1 | 1 |
| 2 /* | 2 /* |
| 3 * Copyright 2014 Google Inc. | 3 * Copyright 2014 Google Inc. |
| 4 * | 4 * |
| 5 * Use of this source code is governed by a BSD-style license that can be | 5 * Use of this source code is governed by a BSD-style license that can be |
| 6 * found in the LICENSE file. | 6 * found in the LICENSE file. |
| 7 */ | 7 */ |
| 8 | 8 |
| 9 #ifndef GrAADistanceFieldPathRenderer_DEFINED | 9 #ifndef GrAADistanceFieldPathRenderer_DEFINED |
| 10 #define GrAADistanceFieldPathRenderer_DEFINED | 10 #define GrAADistanceFieldPathRenderer_DEFINED |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 PathCache fPathCache; | 66 PathCache fPathCache; |
| 67 PathDataList fPathList; | 67 PathDataList fPathList; |
| 68 | 68 |
| 69 typedef GrPathRenderer INHERITED; | 69 typedef GrPathRenderer INHERITED; |
| 70 | 70 |
| 71 friend class AADistanceFieldPathBatch; | 71 friend class AADistanceFieldPathBatch; |
| 72 friend struct PathTestStruct; | 72 friend struct PathTestStruct; |
| 73 }; | 73 }; |
| 74 | 74 |
| 75 #endif | 75 #endif |
| OLD | NEW |