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, 0 insertions, 1 deletions
diff --git a/src/gpu/GrContextThreadSafeProxyPriv.h b/src/gpu/GrContextThreadSafeProxyPriv.h
index b3a4eab021..8e299c8180 100644
--- a/src/gpu/GrContextThreadSafeProxyPriv.h
+++ b/src/gpu/GrContextThreadSafeProxyPriv.h
@@ -23,7 +23,6 @@ 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) {}