| OLD | NEW |
| 1 | |
| 2 /* | 1 /* |
| 3 * Copyright 2006 The Android Open Source Project | 2 * Copyright 2006 The Android Open Source Project |
| 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 | 8 |
| 10 #include "SkSVGG.h" | 9 #include "SkSVGG.h" |
| 11 | 10 |
| 12 DEFINE_SVG_NO_INFO(G) | 11 DEFINE_SVG_NO_INFO(G) |
| 13 | 12 |
| 14 void SkSVGG::translate(SkSVGParser& parser, bool defState) { | 13 void SkSVGG::translate(SkSVGParser& parser, bool defState) { |
| 15 INHERITED::translate(parser, defState); | 14 INHERITED::translate(parser, defState); |
| 16 } | 15 } |
| OLD | NEW |