| Index: tests/PictureTest.cpp
|
| diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
|
| index e62a68ba9ac5d1666d4aea97c6f58dca06ae7b07..8f0fb20c75bbc70941415378d6d8233870871339 100644
|
| --- a/tests/PictureTest.cpp
|
| +++ b/tests/PictureTest.cpp
|
| @@ -933,9 +933,9 @@ public:
|
| return this->INHERITED::willSaveLayer(bounds, paint, flags);
|
| }
|
|
|
| - virtual void willSave(SaveFlags flags) SK_OVERRIDE {
|
| + virtual void willSave() SK_OVERRIDE {
|
| ++fSaveCount;
|
| - this->INHERITED::willSave(flags);
|
| + this->INHERITED::willSave();
|
| }
|
|
|
| virtual void willRestore() SK_OVERRIDE {
|
|
|