| OLD | NEW |
| 1 | 1 |
| 2 /* | 2 /* |
| 3 * Copyright 2006 The Android Open Source Project | 3 * Copyright 2006 The Android Open Source Project |
| 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 | 9 |
| 10 #ifndef SkSVGTypes_DEFINED | 10 #ifndef SkSVGTypes_DEFINED |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 SkSVGType_SVG, | 31 SkSVGType_SVG, |
| 32 SkSVGType_Stop, | 32 SkSVGType_Stop, |
| 33 SkSVGType_Symbol, | 33 SkSVGType_Symbol, |
| 34 SkSVGType_Text, | 34 SkSVGType_Text, |
| 35 SkSVGType_Tspan, | 35 SkSVGType_Tspan, |
| 36 SkSVGType_Unknown, | 36 SkSVGType_Unknown, |
| 37 SkSVGType_Use | 37 SkSVGType_Use |
| 38 }; | 38 }; |
| 39 | 39 |
| 40 #endif // SkSVGTypes_DEFINED | 40 #endif // SkSVGTypes_DEFINED |
| OLD | NEW |