| OLD | NEW |
| 1 | 1 |
| 2 /* | 2 /* |
| 3 * Copyright 2011 Google Inc. | 3 * Copyright 2011 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 GrAAHairLinePathRenderer_DEFINED | 9 #ifndef GrAAHairLinePathRenderer_DEFINED |
| 10 #define GrAAHairLinePathRenderer_DEFINED | 10 #define GrAAHairLinePathRenderer_DEFINED |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 | 24 |
| 25 bool onDrawPath(const DrawPathArgs&) override; | 25 bool onDrawPath(const DrawPathArgs&) override; |
| 26 | 26 |
| 27 GrAAHairLinePathRenderer() {} | 27 GrAAHairLinePathRenderer() {} |
| 28 | 28 |
| 29 typedef GrPathRenderer INHERITED; | 29 typedef GrPathRenderer INHERITED; |
| 30 }; | 30 }; |
| 31 | 31 |
| 32 | 32 |
| 33 #endif | 33 #endif |
| OLD | NEW |