Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: src/sksl/ir/SkSLInterfaceBlock.h

Issue 2405383003: added basic dataflow analysis to skslc (Closed)
Patch Set: I have no idea what I was thinking Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/sksl/ir/SkSLIndexExpression.h ('k') | src/sksl/ir/SkSLVarDeclaration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/sksl/ir/SkSLInterfaceBlock.h
diff --git a/src/sksl/ir/SkSLInterfaceBlock.h b/src/sksl/ir/SkSLInterfaceBlock.h
index f1121ed707681a8ddbc841e784cc811754730be8..debde207a198f61c394a112911fba0b520f1cf39 100644
--- a/src/sksl/ir/SkSLInterfaceBlock.h
+++ b/src/sksl/ir/SkSLInterfaceBlock.h
@@ -9,7 +9,7 @@
#define SKSL_INTERFACEBLOCK
#include "SkSLProgramElement.h"
-#include "SkSLVarDeclaration.h"
+#include "SkSLVarDeclarations.h"
namespace SkSL {
« no previous file with comments | « src/sksl/ir/SkSLIndexExpression.h ('k') | src/sksl/ir/SkSLVarDeclaration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698