Index: tests/ClipBoundsTest.cpp |
diff --git a/tests/ClipBoundsTest.cpp b/tests/ClipBoundsTest.cpp |
index ae2c0277d68ef7fa57abe1fffbe58b4f184383d5..0373b892979bc1460529be88b34fff02ae6cab00 100644 |
--- a/tests/ClipBoundsTest.cpp |
+++ b/tests/ClipBoundsTest.cpp |
@@ -26,7 +26,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(GrClipBounds, reporter, ctxInfo) { |
// create a clip stack that will (trivially) reduce to a single rect that |
// is larger than the screen |
SkClipStack stack; |
- stack.clipDevRect(clipRect, SkRegion::kReplace_Op, false); |
+ stack.clipDevRect(clipRect, SkCanvas::kReplace_Op, false); |
bool isIntersectionOfRects = true; |
SkRect devStackBounds; |