Chromium Code Reviews

Unified Diff: src/gpu/gl/GrGLProgramDesc.h

Issue 1332923003: Remove batchtracker (Closed) Base URL: https://skia.googlesource.com/skia.git@latecreatepathprocessor
Patch Set: tweaks Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/gpu/gl/GrGLProgramDesc.h
diff --git a/src/gpu/gl/GrGLProgramDesc.h b/src/gpu/gl/GrGLProgramDesc.h
index 1d53e62692bd84b8f75c059fb6b5ff2f09db2959..7ce79ecae9e33ab4892d28e17a554a7d498a34b8 100644
--- a/src/gpu/gl/GrGLProgramDesc.h
+++ b/src/gpu/gl/GrGLProgramDesc.h
@@ -59,8 +59,7 @@ public:
static bool Build(GrProgramDesc*,
const GrPrimitiveProcessor&,
const GrPipeline&,
- const GrGLGpu*,
- const GrBatchTracker&);
+ const GrGLGpu*);
};
#endif

Powered by Google App Engine