Index: src/core/SkRecords.h |
diff --git a/src/core/SkRecords.h b/src/core/SkRecords.h |
index 01cdbf7b9fa5eff7936b65bd28daf1dc9b028a9c..6ec6e9ca2e8485674310018e488b347062797d50 100644 |
--- a/src/core/SkRecords.h |
+++ b/src/core/SkRecords.h |
@@ -63,11 +63,11 @@ namespace SkRecords { |
M(DrawPoints) \ |
M(DrawPosText) \ |
M(DrawPosTextH) \ |
+ M(DrawText) \ |
+ M(DrawTextOnPath) \ |
M(DrawRRect) \ |
M(DrawRect) \ |
M(DrawSprite) \ |
- M(DrawText) \ |
- M(DrawTextOnPath) \ |
M(DrawVertices) |
// Defines SkRecords::Type, an enum of all record types. |