aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/SkSLSPIRVCodeGenerator.h
diff options
context:
space:
mode:
authorGravatar ethannicholas <ethannicholas@google.com>2016-10-13 13:25:34 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-10-13 13:25:34 -0700
commit22f939e849013b7fc51374c289b5bf37e63dfdb1 (patch)
treec646354ad93a50329daa694bd7a54a1d2662c9f0 /src/sksl/SkSLSPIRVCodeGenerator.h
parent9e3dbdff53f2d9957626a17a279730cda70f17ba (diff)
added basic dataflow analysis to skslc
Diffstat (limited to 'src/sksl/SkSLSPIRVCodeGenerator.h')
-rw-r--r--src/sksl/SkSLSPIRVCodeGenerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sksl/SkSLSPIRVCodeGenerator.h b/src/sksl/SkSLSPIRVCodeGenerator.h
index 2800a861b8..e6fc28ee0c 100644
--- a/src/sksl/SkSLSPIRVCodeGenerator.h
+++ b/src/sksl/SkSLSPIRVCodeGenerator.h
@@ -34,8 +34,8 @@
#include "ir/SkSLStatement.h"
#include "ir/SkSLSwizzle.h"
#include "ir/SkSLTernaryExpression.h"
-#include "ir/SkSLVarDeclaration.h"
-#include "ir/SkSLVarDeclarationStatement.h"
+#include "ir/SkSLVarDeclarations.h"
+#include "ir/SkSLVarDeclarationsStatement.h"
#include "ir/SkSLVariableReference.h"
#include "spirv.h"