| Index: gm/samplerstress.cpp
|
| diff --git a/gm/samplerstress.cpp b/gm/samplerstress.cpp
|
| index 64a42b96307855e86437581d727b3e69728aa020..83916bc9869b40b3baefd65b919a6f5c9dfe51c2 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, SkRegion::kReplace_Op, true); // AA is on
|
| + canvas->clipPath(path, SkCanvas::kReplace_Op, true); // AA is on
|
|
|
| canvas->drawText("M", 1,
|
| SkIntToScalar(100), SkIntToScalar(100),
|
|
|