aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CanvasStateHelpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CanvasStateHelpers.cpp')
-rw-r--r--tests/CanvasStateHelpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CanvasStateHelpers.cpp b/tests/CanvasStateHelpers.cpp
index 98b5d231be..1547d2f8e0 100644
--- a/tests/CanvasStateHelpers.cpp
+++ b/tests/CanvasStateHelpers.cpp
@@ -44,7 +44,7 @@ void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top,
canvas->drawColor(SK_ColorBLUE);
canvas->restore();
- canvas->clipRegion(localRegion, (SkCanvas::ClipOp) clipOp);
+ canvas->clipRegion(localRegion, (SkClipOp) clipOp);
canvas->drawColor(SK_ColorBLUE);
}