aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGLShaders.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGpuGLShaders.cpp')
-rw-r--r--src/gpu/gl/GrGpuGLShaders.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpu/gl/GrGpuGLShaders.cpp b/src/gpu/gl/GrGpuGLShaders.cpp
index 177f48a1a8..d32c57ef2f 100644
--- a/src/gpu/gl/GrGpuGLShaders.cpp
+++ b/src/gpu/gl/GrGpuGLShaders.cpp
@@ -774,9 +774,6 @@ bool GrGpuGLShaders::flushGraphicsState(GrPrimitiveType type) {
return true;
}
-void GrGpuGLShaders::postDraw() {
-}
-
#if GR_TEXT_SCALAR_IS_USHORT
#define TEXT_COORDS_GL_TYPE GR_GL_UNSIGNED_SHORT
#define TEXT_COORDS_ARE_NORMALIZED 1