aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContextThreadSafeProxyPriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrContextThreadSafeProxyPriv.h')
-rw-r--r--src/gpu/GrContextThreadSafeProxyPriv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/GrContextThreadSafeProxyPriv.h b/src/gpu/GrContextThreadSafeProxyPriv.h
index 8e299c8180..b3a4eab021 100644
--- a/src/gpu/GrContextThreadSafeProxyPriv.h
+++ b/src/gpu/GrContextThreadSafeProxyPriv.h
@@ -23,6 +23,7 @@ public:
sk_sp<const GrCaps> refCaps() const { return fProxy->fCaps; }
uint32_t contextUniqueID() const { return fProxy->fContextUniqueID; }
GrBackend backend() const { return fProxy->fBackend; }
+ sk_sp<GrSkSLFPFactoryCache> fpFactoryCache() const { return fProxy->fFPFactoryCache; }
private:
explicit GrContextThreadSafeProxyPriv(GrContextThreadSafeProxy* proxy) : fProxy(proxy) {}