Chromium Code Reviews| Index: src/gpu/glsl/GrGLSLTextureSampler.h |
| diff --git a/src/gpu/glsl/GrGLSLTextureSampler.h b/src/gpu/glsl/GrGLSLTextureSampler.h |
| index 2de0431f580e60a177c26fedeb3dc0463d660df2..a4fbf550f25039dad0ed20d013b6a86abe8b0551 100644 |
| --- a/src/gpu/glsl/GrGLSLTextureSampler.h |
| +++ b/src/gpu/glsl/GrGLSLTextureSampler.h |
| @@ -33,7 +33,7 @@ private: |
| GrPixelConfig fConfig; |
| char fSwizzle[5]; |
| - friend class GrGLShaderBuilder; |
| + friend class GrGLSLShaderBuilder; |
| }; |
| #endif |