Index: src/sksl/SkSLIRGenerator.h |
diff --git a/src/sksl/SkSLIRGenerator.h b/src/sksl/SkSLIRGenerator.h |
index 834ed8de8169ce43ad064e4d3786dc3a780cad45..a1b86f4f54f6889ca6ad6c6a16ca475239e93c0e 100644 |
--- a/src/sksl/SkSLIRGenerator.h |
+++ b/src/sksl/SkSLIRGenerator.h |
@@ -45,7 +45,7 @@ |
#include "ir/SkSLStatement.h" |
#include "ir/SkSLType.h" |
#include "ir/SkSLTypeReference.h" |
-#include "ir/SkSLVarDeclaration.h" |
+#include "ir/SkSLVarDeclarations.h" |
namespace SkSL { |
@@ -116,9 +116,11 @@ private: |
const Context& fContext; |
const FunctionDeclaration* fCurrentFunction; |
std::shared_ptr<SymbolTable> fSymbolTable; |
+ int fLoopLevel; |
ErrorReporter& fErrors; |
friend class AutoSymbolTable; |
+ friend class AutoLoopLevel; |
friend class Compiler; |
}; |