| Index: src/core/SkRecords.h
|
| diff --git a/src/core/SkRecords.h b/src/core/SkRecords.h
|
| index d6fc723b39c866598a339d9c1e709af4c7099b66..0ffcffc0052b79d034bced14abee814afcb8817f 100644
|
| --- a/src/core/SkRecords.h
|
| +++ b/src/core/SkRecords.h
|
| @@ -30,8 +30,6 @@ namespace SkRecords {
|
| M(Restore) \
|
| M(Save) \
|
| M(SaveLayer) \
|
| - M(PushCull) \
|
| - M(PopCull) \
|
| M(SetMatrix) \
|
| M(ClipPath) \
|
| M(ClipRRect) \
|
| @@ -216,9 +214,6 @@ RECORD2(Restore, SkIRect, devBounds, TypedMatrix, matrix);
|
| RECORD0(Save);
|
| RECORD3(SaveLayer, Optional<SkRect>, bounds, Optional<SkPaint>, paint, SkCanvas::SaveFlags, flags);
|
|
|
| -RECORD1(PushCull, SkRect, rect);
|
| -RECORD0(PopCull);
|
| -
|
| RECORD1(SetMatrix, TypedMatrix, matrix);
|
|
|
| struct RegionOpAndAA {
|
|
|