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

Unified Diff: src/sksl/ast/SkSLASTNode.h

Issue 2185393003: added initial GLSL support to skslc (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fixed gn build Created 4 years, 4 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/ast/SkSLASTModifiers.h ('k') | src/sksl/ir/SkSLBoolLiteral.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/sksl/ast/SkSLASTNode.h
diff --git a/src/sksl/ast/SkSLASTNode.h b/src/sksl/ast/SkSLASTNode.h
index 26be7699250c080a7dbc5a44fc3fff83d3d62bc8..4305011fa5cdc798c8f2f4b2b8da375415d6fb80 100644
--- a/src/sksl/ast/SkSLASTNode.h
+++ b/src/sksl/ast/SkSLASTNode.h
@@ -19,7 +19,7 @@ namespace SkSL {
*/
struct ASTNode {
virtual ~ASTNode() {}
-
+
virtual std::string description() const = 0;
};
« no previous file with comments | « src/sksl/ast/SkSLASTModifiers.h ('k') | src/sksl/ir/SkSLBoolLiteral.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698