Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: src/gpu/GrPipeline.h

Issue 1348773003: minor cleanup (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/gpu/GrPipeline.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrPipeline.h
diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h
index db1415524d91c1068332d8d22500e21e5282f48f..b7e8b1f80d2c1b99014e6771148a8de851b087a0 100644
--- a/src/gpu/GrPipeline.h
+++ b/src/gpu/GrPipeline.h
@@ -140,10 +140,6 @@ public:
bool readsFragPosition() const { return fReadsFragPosition; }
- const SkTArray<const GrCoordTransform*, true>& coordTransforms() const {
- return fCoordTransforms;
- }
-
private:
GrPipeline() { /** Initialized in factory function*/ }
@@ -187,9 +183,6 @@ private:
// This value is also the index in fFragmentProcessors where coverage processors begin.
int fNumColorProcessors;
- SkSTArray<8, const GrCoordTransform*, true> fCoordTransforms;
- GrProgramDesc fDesc;
-
typedef SkRefCnt INHERITED;
};
« no previous file with comments | « no previous file | src/gpu/GrPipeline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698