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

Unified Diff: src/gpu/gl/GrGLSL_impl.h

Issue 25023003: Implement color filter as GrGLEffect (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 3 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
Index: src/gpu/gl/GrGLSL_impl.h
diff --git a/src/gpu/gl/GrGLSL_impl.h b/src/gpu/gl/GrGLSL_impl.h
index 771f0cff6f7d7fcdf2cfd57032e0af7081cdf272..6e393dd14beb8c8fe7822063dddbfe426d72cd7c 100644
--- a/src/gpu/gl/GrGLSL_impl.h
+++ b/src/gpu/gl/GrGLSL_impl.h
@@ -39,8 +39,8 @@ inline const char* GrGLSLExpr<1>::onesStr() {
return "1";
}
-// GrGLSLExpr<1>::expandComponentStr() is unimplemented because using it
-// is likely an error. This is now caught compile-time.
+// GrGLSLExpr<1>::expandComponentStr() is unimplemented because using it is
+// likely an error. This is now caught compile-time.
template<>
inline const char* GrGLSLExpr<1>::castStr() {
« src/gpu/gl/GrGLProgram.cpp ('K') | « src/gpu/gl/GrGLSL.h ('k') | tests/GLProgramsTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698