http://codereview.appspot.com/6356089/diff/4001/src/gpu/gl/GrGLProgram.cpp File src/gpu/gl/GrGLProgram.cpp (right): http://codereview.appspot.com/6356089/diff/4001/src/gpu/gl/GrGLProgram.cpp#ne... src/gpu/gl/GrGLProgram.cpp:468: void print_shader(GrGLint stringCnt, moved from below http://codereview.appspot.com/6356089/diff/4001/src/gpu/gl/GrGLProgram.cpp#ne... src/gpu/gl/GrGLProgram.cpp:481: GrGLuint compile_shader(const GrGLContextInfo& gl, Moved from below, was a static class method, but is only used internally. http://codereview.appspot.com/6356089/diff/4001/src/gpu/gl/GrGLProgram.cpp#ne... src/gpu/gl/GrGLProgram.cpp:528: bool compile_shaders(const GrGLContextInfo& gl, ditto
LGTM otherwise http://codereview.appspot.com/6356089/diff/4001/src/gpu/gl/GrGLShaderBuilder.cpp File src/gpu/gl/GrGLShaderBuilder.cpp (right): http://codereview.appspot.com/6356089/diff/4001/src/gpu/gl/GrGLShaderBuilder.... src/gpu/gl/GrGLShaderBuilder.cpp:228: } break?
Committed as r4544. http://codereview.appspot.com/6356089/diff/4001/src/gpu/gl/GrGLShaderBuilder.cpp File src/gpu/gl/GrGLShaderBuilder.cpp (right): http://codereview.appspot.com/6356089/diff/4001/src/gpu/gl/GrGLShaderBuilder.... src/gpu/gl/GrGLShaderBuilder.cpp:228: } On 2012/07/11 17:55:38, TomH wrote: > break? Done.