Index: src/gpu/GrClipStackClip.h |
diff --git a/src/gpu/GrClipStackClip.h b/src/gpu/GrClipStackClip.h |
index 98675e62ac0ed37f2b8c145f0ea57ab65b40af5f..15025471d20a3fdff6500e1f500b0fbd1638051d 100644 |
--- a/src/gpu/GrClipStackClip.h |
+++ b/src/gpu/GrClipStackClip.h |
@@ -31,6 +31,7 @@ public: |
} |
bool quickContains(const SkRect&) const final; |
+ bool quickContains(const SkRRect&) const final; |
void getConservativeBounds(int width, int height, SkIRect* devResult, |
bool* isIntersectionOfRects) const final; |
bool apply(GrContext*, GrDrawContext*, bool useHWAA, bool hasUserStencilSettings, |