Index: src/core/SkRecordDraw.cpp |
diff --git a/src/core/SkRecordDraw.cpp b/src/core/SkRecordDraw.cpp |
index 2bf7076bb05c8cd633acac3820b8b00c4ae3153e..0b01c29db25a912a56a269e8b8eb3cd5ad9bcbaa 100644 |
--- a/src/core/SkRecordDraw.cpp |
+++ b/src/core/SkRecordDraw.cpp |
@@ -32,7 +32,7 @@ template <> void Draw::draw(const NoOp&) {} |
#define DRAW(T, call) template <> void Draw::draw(const T& r) { fCanvas->call; } |
DRAW(Restore, restore()); |
-DRAW(Save, save(r.flags)); |
+DRAW(Save, save()); |
DRAW(SaveLayer, saveLayer(r.bounds, r.paint, r.flags)); |
DRAW(PopCull, popCull()); |
DRAW(PushCull, pushCull(r.rect)); |