aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/private/GrOpList.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/private/GrOpList.h b/include/private/GrOpList.h
index a4e541c81d..9241cd78f5 100644
--- a/include/private/GrOpList.h
+++ b/include/private/GrOpList.h
@@ -113,11 +113,6 @@ private:
friend class GrDrawingManager; // for resetFlag, TopoSortTraits & gatherProxyIntervals
void addDependency(GrOpList* dependedOn);
- void addDependent(GrOpList* dependent);
- SkDEBUGCODE(bool isDependedent(const GrOpList* dependent) const);
- SkDEBUGCODE(void validate() const);
-
- void closeThoseWhoDependOnMe(const GrCaps&);
// Remove all Ops which reference proxies that have not been instantiated.
virtual void purgeOpsWithUninstantiatedProxies() = 0;
@@ -178,8 +173,6 @@ private:
// 'this' GrOpList relies on the output of the GrOpLists in 'fDependencies'
SkSTArray<1, GrOpList*, true> fDependencies;
- // 'this' GrOpList's output is relied on by the GrOpLists in 'fDependents'
- SkSTArray<1, GrOpList*, true> fDependents;
typedef SkRefCnt INHERITED;
};