| OLD | NEW |
| 1 | |
| 2 /* | 1 /* |
| 3 * Copyright 2014 Google Inc. | 2 * Copyright 2014 Google Inc. |
| 4 * | 3 * |
| 5 * Use of this source code is governed by a BSD-style license that can be | 4 * Use of this source code is governed by a BSD-style license that can be |
| 6 * found in the LICENSE file. | 5 * found in the LICENSE file. |
| 7 */ | 6 */ |
| 8 | 7 |
| 9 // This test only works with the GPU backend. | 8 // This test only works with the GPU backend. |
| 10 | 9 |
| 11 #include "gm.h" | 10 #include "gm.h" |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 PathList fPaths; | 282 PathList fPaths; |
| 284 RectList fRects; | 283 RectList fRects; |
| 285 | 284 |
| 286 typedef GM INHERITED; | 285 typedef GM INHERITED; |
| 287 }; | 286 }; |
| 288 | 287 |
| 289 DEF_GM(return new ConvexPolyEffect;) | 288 DEF_GM(return new ConvexPolyEffect;) |
| 290 } | 289 } |
| 291 | 290 |
| 292 #endif | 291 #endif |
| OLD | NEW |