Index: src/gpu/GrInOrderDrawBuffer.cpp |
diff --git a/src/gpu/GrInOrderDrawBuffer.cpp b/src/gpu/GrInOrderDrawBuffer.cpp |
index e426de358a8bf0eaaa9bc44599d9f8917e4d94a3..a2995125387f653dfb86b1b698453c5d54ae1541 100644 |
--- a/src/gpu/GrInOrderDrawBuffer.cpp |
+++ b/src/gpu/GrInOrderDrawBuffer.cpp |
@@ -213,7 +213,7 @@ bool GrInOrderDrawBuffer::quickInsideClip(const SkRect& devBounds) { |
// free via the viewport. We don't want to think that clipping must be enabled in this |
// case. So we extend the clip outward from the edge to avoid these false negatives. |
fClipProxyState = kValid_ClipProxyState; |
- fClipProxy = SkRect::MakeFromIRect(rect); |
+ fClipProxy = SkRect::Make(rect); |
if (fClipProxy.fLeft <= 0) { |
fClipProxy.fLeft = SK_ScalarMin; |