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

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: some asserts for safety 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
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..b35159699b240d0537d4a9956fdde1175c84c298 100644
--- a/src/gpu/gl/builders/GrGLProgramBuilder.h
+++ b/src/gpu/gl/builders/GrGLProgramBuilder.h
@@ -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::GrAttribute*,
+ const char* output) SK_OVERRIDE;
// Handles for program uniforms (other than per-effect uniforms)

Powered by Google App Engine
This is Rietveld 408576698