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

Unified Diff: src/sksl/ir/SkSLTypeReference.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/ir/SkSLModifiers.h ('k') | src/sksl/ir/SkSLUnresolvedFunction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/sksl/ir/SkSLTypeReference.h
diff --git a/src/sksl/ir/SkSLTypeReference.h b/src/sksl/ir/SkSLTypeReference.h
index 76923aae4d97d7207ff119defcd7d3e39516ebc0..10f36aa24856b5fdf4595e695afbafad6a957f2c 100644
--- a/src/sksl/ir/SkSLTypeReference.h
+++ b/src/sksl/ir/SkSLTypeReference.h
@@ -23,8 +23,8 @@ struct TypeReference : public Expression {
, fValue(type) {}
std::string description() const override {
- ASSERT(false);
- return "<type>";
+ ASSERT(false);
+ return "<type>";
}
const Type& fValue;
« no previous file with comments | « src/sksl/ir/SkSLModifiers.h ('k') | src/sksl/ir/SkSLUnresolvedFunction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698