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

Unified Diff: src/gpu/gl/GrGLProgram.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/GrGLProgram.h
diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h
index 01ba7f5ca86fcb826762c494678229d6a9700d04..e436c23f995a6d5495dd921b34e3607f63e79e3b 100644
--- a/src/gpu/gl/GrGLProgram.h
+++ b/src/gpu/gl/GrGLProgram.h
@@ -53,11 +53,6 @@ public:
*/
GrGLuint programID() const { return fProgramID; }
- /*
- * The base class always has a vertex shader, only the NVPR variants may omit a vertex shader
- */
- virtual bool hasVertexShader() const { return true; }
-
/**
* We use the RT's size and origin to adjust from Skia device space to OpenGL normalized device
* space and to make device space positions have the correct origin for processors that require

Powered by Google App Engine
This is Rietveld 408576698