aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContextPriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrContextPriv.h')
-rw-r--r--src/gpu/GrContextPriv.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/GrContextPriv.h b/src/gpu/GrContextPriv.h
index 3c42e6cbf5..84de0560fa 100644
--- a/src/gpu/GrContextPriv.h
+++ b/src/gpu/GrContextPriv.h
@@ -15,7 +15,6 @@
class GrBackendRenderTarget;
class GrOnFlushCallbackObject;
class GrSemaphore;
-class GrSkSLFPFactory;
class GrSurfaceProxy;
class GrTextureContext;
@@ -278,10 +277,6 @@ public:
GrContextOptions::PersistentCache* getPersistentCache() { return fContext->fPersistentCache; }
- GrSkSLFPFactory* getFPFactory(size_t index);
-
- void setFPFactory(size_t index, GrSkSLFPFactory* factory);
-
/** This is only useful for debug purposes */
SkDEBUGCODE(GrSingleOwner* debugSingleOwner() const { return &fContext->fSingleOwner; } )