| Index: src/core/SkRecordDraw.cpp
|
| diff --git a/src/core/SkRecordDraw.cpp b/src/core/SkRecordDraw.cpp
|
| index e4c49e4f492a45d32bc4216e8b6c211e4ff33a78..db149100c5c17c8f5189d3db2f5020a49e8131da 100644
|
| --- a/src/core/SkRecordDraw.cpp
|
| +++ b/src/core/SkRecordDraw.cpp
|
| @@ -36,7 +36,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));
|
|
|