Index: src/gpu/glsl/GrGLSLCaps.h |
diff --git a/src/gpu/glsl/GrGLSLCaps.h b/src/gpu/glsl/GrGLSLCaps.h |
index 136bef466c0642b3cd07547b611b5bb1c4a6cf88..060539645e23369d3e5e6aae2079b0f9702aa71e 100755 |
--- a/src/gpu/glsl/GrGLSLCaps.h |
+++ b/src/gpu/glsl/GrGLSLCaps.h |
@@ -158,6 +158,7 @@ private: |
GrSwizzle fConfigOutputSwizzle[kGrPixelConfigCnt]; |
friend class GrGLCaps; // For initialization. |
+ friend class GrVkCaps; |
typedef GrShaderCaps INHERITED; |
}; |