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

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

Issue 678953002: Default geometry processor (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix dm bug Created 6 years, 2 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/GrGLLegacyNvprProgramBuilder.h
diff --git a/src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h b/src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h
index dabec081b4e914c7a0ef83a1b96d85552864dd9a..b69cb440af76a706fd1c16c2016d134780d142ae 100644
--- a/src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h
+++ b/src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h
@@ -8,9 +8,9 @@
#ifndef GrGLLegacyNvprProgramBuilder_DEFINED
#define GrGLLegacyNvprProgramBuilder_DEFINED
-#include "GrGLProgramBuilder.h"
+#include "GrGLNvprProgramBuilder.h"
-class GrGLLegacyNvprProgramBuilder : public GrGLProgramBuilder {
+class GrGLLegacyNvprProgramBuilder : public GrGLNvprProgramBuilderBase {
public:
GrGLLegacyNvprProgramBuilder(GrGpuGL*, const GrOptDrawState&, const GrGLProgramDesc&);
@@ -24,7 +24,7 @@ private:
int fTexCoordSetCnt;
- typedef GrGLProgramBuilder INHERITED;
+ typedef GrGLNvprProgramBuilderBase INHERITED;
};
#endif

Powered by Google App Engine
This is Rietveld 408576698