aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/bigrrectaaeffect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/bigrrectaaeffect.cpp')
-rw-r--r--gm/bigrrectaaeffect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/bigrrectaaeffect.cpp b/gm/bigrrectaaeffect.cpp
index c04f3e77c6..62c9da8b30 100644
--- a/gm/bigrrectaaeffect.cpp
+++ b/gm/bigrrectaaeffect.cpp
@@ -61,8 +61,8 @@ protected:
int y = kPad;
int x = kPad;
constexpr GrClipEdgeType kEdgeTypes[] = {
- kFillAA_GrClipEdgeType,
- kInverseFillAA_GrClipEdgeType,
+ GrClipEdgeType::kFillAA,
+ GrClipEdgeType::kInverseFillAA,
};
SkRect testBounds = SkRect::MakeIWH(fTestWidth, fTestHeight);
for (size_t et = 0; et < SK_ARRAY_COUNT(kEdgeTypes); ++et) {