commit | f529439fea003851d986a0573a7e0465754b2a48 | [log] [tgz] |
---|---|---|
author | egdaniel <egdaniel@google.com> | Wed Oct 21 07:14:17 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 21 07:14:17 2015 -0700 |
tree | c3bca1ae5cbc5be61322f48a65d3aaafc96bbc00 | |
parent | 02141734f2f89fa4e89ba804bc06fa80ed0fc316 [diff] [blame] |
Move shader precision modifier check onto GLSLCaps BUG=skia: Review URL: https://codereview.chromium.org/1414373002
diff --git a/src/gpu/gl/GrGLGLSL.cpp b/src/gpu/gl/GrGLGLSL.cpp index ea65842..8a308f3 100755 --- a/src/gpu/gl/GrGLGLSL.cpp +++ b/src/gpu/gl/GrGLGLSL.cpp
@@ -6,7 +6,9 @@ */ #include "GrGLGLSL.h" +#include "GrGLContext.h" #include "GrGLShaderVar.h" +#include "GrGLUtil.h" #include "SkString.h" bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) {