Index: src/core/SkRecords.h |
diff --git a/src/core/SkRecords.h b/src/core/SkRecords.h |
index 1de16754528c408ec195657ff5fd8c60240a19f3..347bc36276d055e313b06331f2adfb3348c6b40a 100644 |
--- a/src/core/SkRecords.h |
+++ b/src/core/SkRecords.h |
@@ -47,7 +47,6 @@ namespace SkRecords { |
M(SaveLayer) \ |
M(PushCull) \ |
M(PopCull) \ |
- M(PairedPushCull) /*From SkRecordAnnotateCullingPairs*/ \ |
M(Concat) \ |
M(SetMatrix) \ |
M(ClipPath) \ |
@@ -73,8 +72,7 @@ namespace SkRecords { |
M(DrawSprite) \ |
M(DrawText) \ |
M(DrawTextOnPath) \ |
- M(DrawVertices) \ |
- M(BoundedDrawPosTextH) /*From SkRecordBoundDrawPosTextH*/ |
+ M(DrawVertices) |
// Defines SkRecords::Type, an enum of all record types. |
#define ENUM(T) T##_Type, |
@@ -297,10 +295,6 @@ struct DrawVertices { |
int indexCount; |
}; |
-// Records added by optimizations. |
-RECORD2(PairedPushCull, Adopted<PushCull>, base, unsigned, skip); |
-RECORD3(BoundedDrawPosTextH, Adopted<DrawPosTextH>, base, SkScalar, minY, SkScalar, maxY); |
- |
#undef RECORD0 |
#undef RECORD1 |
#undef RECORD2 |