aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/VerticesTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/VerticesTest.cpp')
-rw-r--r--tests/VerticesTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/VerticesTest.cpp b/tests/VerticesTest.cpp
index 9621d80cd0..5c5c6af41d 100644
--- a/tests/VerticesTest.cpp
+++ b/tests/VerticesTest.cpp
@@ -59,7 +59,7 @@ DEF_TEST(Vertices, reporter) {
for (auto colF : colFlags) {
uint32_t flags = texF | colF;
- SkVertices::Builder builder(SkCanvas::kTriangles_VertexMode, vCount, iCount, flags);
+ SkVertices::Builder builder(SkVertices::kTriangles_VertexMode, vCount, iCount, flags);
for (int i = 0; i < vCount; ++i) {
float x = (float)i;