| Index: include/gpu/GrClip.h
|
| diff --git a/include/gpu/GrClip.h b/include/gpu/GrClip.h
|
| index 12a13438dbd18fbbaa3156843680fc0f5a6c3e50..96c6291ef7511106165b8109c9d99f22c78bc4a4 100644
|
| --- a/include/gpu/GrClip.h
|
| +++ b/include/gpu/GrClip.h
|
| @@ -127,6 +127,9 @@ private:
|
| bool quickContains(const SkRect&) const final {
|
| return true;
|
| }
|
| + bool quickContains(const SkRRect&) const final {
|
| + return true;
|
| + }
|
| void getConservativeBounds(int width, int height, SkIRect* devResult,
|
| bool* isIntersectionOfRects) const final {
|
| devResult->setXYWH(0, 0, width, height);
|
|
|