Index: src/gpu/gl/GrGLShaderVar.h |
diff --git a/src/gpu/gl/GrGLShaderVar.h b/src/gpu/gl/GrGLShaderVar.h |
index c7514f55bc37069e2c7957105e2f938b94dc0599..7705c30db0c9787a12f52777859371c79012d88c 100644 |
--- a/src/gpu/gl/GrGLShaderVar.h |
+++ b/src/gpu/gl/GrGLShaderVar.h |
@@ -207,8 +207,6 @@ public: |
return "mediump "; |
case kHigh_Precision: |
return "highp "; |
- case kDefault_Precision: |
- return ""; |
default: |
SkFAIL("Unexpected precision type."); |
} |