From 8af38a96475ac5ce83b20c16d9cf82bf1006b8c4 Mon Sep 17 00:00:00 2001 From: Ethan Nicholas Date: Thu, 10 Nov 2016 16:42:58 -0500 Subject: skslc now uses standard Skia caps BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4660 Change-Id: Idaedae3f81426b97f5052bb872cdf0610e47a84f Reviewed-on: https://skia-review.googlesource.com/4660 Reviewed-by: Ben Wagner Reviewed-by: Brian Salomon Commit-Queue: Ethan Nicholas --- src/gpu/glsl/GrGLSLCaps.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gpu/glsl') diff --git a/src/gpu/glsl/GrGLSLCaps.h b/src/gpu/glsl/GrGLSLCaps.h index ac409a36ba..1a89d1690b 100644 --- a/src/gpu/glsl/GrGLSLCaps.h +++ b/src/gpu/glsl/GrGLSLCaps.h @@ -13,6 +13,10 @@ #include "GrGLSL.h" #include "GrSwizzle.h" +namespace SkSL { + class GLSLCapsFactory; +} + class GrGLSLCaps : public GrShaderCaps { public: @@ -231,6 +235,7 @@ private: friend class GrGLCaps; // For initialization. friend class GrVkCaps; + friend class SkSL::GLSLCapsFactory; typedef GrShaderCaps INHERITED; }; -- cgit v1.2.3