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

Unified Diff: src/gpu/gl/builders/GrGLProgramBuilder.h

Issue 820783005: More changes to bring together path / geo procs (Closed) Base URL: https://skia.googlesource.com/skia.git@lc1
Patch Set: dm fix Created 5 years, 11 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/gpu/gl/GrGLProgramDesc.cpp ('k') | src/gpu/gl/builders/GrGLProgramBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/gl/builders/GrGLProgramBuilder.h
diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.h b/src/gpu/gl/builders/GrGLProgramBuilder.h
index 37e678fefb884608b7a6b91650987f8bd87f843c..ddca6e600841578b9a2d821aeff801296acf1877 100644
--- a/src/gpu/gl/builders/GrGLProgramBuilder.h
+++ b/src/gpu/gl/builders/GrGLProgramBuilder.h
@@ -151,7 +151,7 @@ public:
* it expects 'output' to be defined in the fragment shader before this call is made.
* TODO it might be nicer behavior to have a flag to declare output inside this call
*/
- virtual void addPassThroughAttribute(const GrGeometryProcessor::GrAttribute*,
+ virtual void addPassThroughAttribute(const GrGeometryProcessor::Attribute*,
const char* output) = 0;
// TODO rename getFragmentBuilder
@@ -255,8 +255,8 @@ public:
GrGLVarying*,
GrSLPrecision fsPrecision = kDefault_GrSLPrecision) SK_OVERRIDE;
- void addPassThroughAttribute(const GrGeometryProcessor::GrAttribute*,
- const char* output) SK_OVERRIDE;
+ void addPassThroughAttribute(const GrPrimitiveProcessor::Attribute*,
+ const char* output) SK_OVERRIDE;
// Handles for program uniforms (other than per-effect uniforms)
« no previous file with comments | « src/gpu/gl/GrGLProgramDesc.cpp ('k') | src/gpu/gl/builders/GrGLProgramBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698