aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrContext.h')
-rw-r--r--include/gpu/GrContext.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index e1c38ff035..5a2ba4780f 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -49,7 +49,6 @@ class GrTextureProxy;
class GrTextureStripAtlasManager;
class GrVertexBuffer;
struct GrVkBackendContext;
-class GrSkSLFPFactoryCache;
class SkImage;
class SkSurfaceCharacterization;
@@ -333,8 +332,6 @@ private:
GrContextOptions::PersistentCache* fPersistentCache;
- GrSkSLFPFactoryCache* fFPFactories = nullptr;
-
// TODO: have the GrClipStackClip use renderTargetContexts and rm this friending
friend class GrContextPriv;