| Index: src/gpu/gl/GrGLGLSL.h
|
| diff --git a/src/gpu/gl/GrGLGLSL.h b/src/gpu/gl/GrGLGLSL.h
|
| index fa2b6ae153988cd9551692d6faa4affc1bd10fa2..31e2de7d7403f5ca5dde8e54c0810998f9efb293 100755
|
| --- a/src/gpu/gl/GrGLGLSL.h
|
| +++ b/src/gpu/gl/GrGLGLSL.h
|
| @@ -21,10 +21,5 @@ class GrGLContextInfo;
|
| */
|
| bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation);
|
|
|
| -/**
|
| - * Adds a line of GLSL code to declare the default precision for float types.
|
| - */
|
| -void GrGLAppendGLSLDefaultFloatPrecisionDeclaration(GrSLPrecision, GrGLStandard, SkString* out);
|
| -
|
|
|
| #endif
|
|
|