| Index: tests/PictureTest.cpp
|
| diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
|
| index 6969524bd7156d049cf7dd611ac2d8de86de541e..cf33561b01116bd86266d366043961477a909290 100644
|
| --- a/tests/PictureTest.cpp
|
| +++ b/tests/PictureTest.cpp
|
| @@ -937,9 +937,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 {
|
|
|