| Index: gm/samplerstress.cpp
|
| diff --git a/gm/samplerstress.cpp b/gm/samplerstress.cpp
|
| index 83916bc9869b40b3baefd65b919a6f5c9dfe51c2..e36e621fdcc9e99dd2b18bfbf24ac1aea46ec3c0 100644
|
| --- a/gm/samplerstress.cpp
|
| +++ b/gm/samplerstress.cpp
|
| @@ -108,7 +108,7 @@ protected:
|
| SkPath path;
|
| path.addRoundRect(temp, SkIntToScalar(5), SkIntToScalar(5));
|
|
|
| - canvas->clipPath(path, SkCanvas::kReplace_Op, true); // AA is on
|
| + canvas->clipPath(path, true); // AA is on
|
|
|
| canvas->drawText("M", 1,
|
| SkIntToScalar(100), SkIntToScalar(100),
|
|
|