aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/ir/SkSLStatement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sksl/ir/SkSLStatement.h')
-rw-r--r--src/sksl/ir/SkSLStatement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sksl/ir/SkSLStatement.h b/src/sksl/ir/SkSLStatement.h
index 012311fdd3..c3a6f9539e 100644
--- a/src/sksl/ir/SkSLStatement.h
+++ b/src/sksl/ir/SkSLStatement.h
@@ -27,6 +27,7 @@ struct Statement : public IRNode {
kFor_Kind,
kIf_Kind,
kReturn_Kind,
+ kSwitch_Kind,
kVarDeclarations_Kind,
kWhile_Kind
};