| Index: src/sksl/SkSLSPIRVCodeGenerator.h
|
| diff --git a/src/sksl/SkSLSPIRVCodeGenerator.h b/src/sksl/SkSLSPIRVCodeGenerator.h
|
| index 2800a861b89008d0948eceabf1c8151203dcbb83..e6fc28ee0c5de4ae3cc55f261a44490ac1175820 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"
|
|
|
|
|