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

Unified Diff: src/gpu/gl/GrGLPathProcessor.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/gpu/gl/GrGLPathProcessor.h
diff --git a/src/gpu/gl/GrGLPathProcessor.h b/src/gpu/gl/GrGLPathProcessor.h
index 0f5cad2013a8e520d690a8d71a546ad960d51b0e..b557bcf72f970f64b13ac464161068bc4511da01 100644
--- a/src/gpu/gl/GrGLPathProcessor.h
+++ b/src/gpu/gl/GrGLPathProcessor.h
@@ -17,10 +17,9 @@ class GrGLPathProgramDataManager;
class GrGLPathProcessor : public GrGLPrimitiveProcessor {
public:
- GrGLPathProcessor(const GrPathProcessor&, const GrBatchTracker&);
+ GrGLPathProcessor();
static void GenKey(const GrPathProcessor&,
- const GrBatchTracker& bt,
const GrGLSLCaps&,
GrProcessorKeyBuilder* b);
@@ -32,8 +31,7 @@ public:
void resolveSeparableVaryings(GrGLGpu* gpu, GrGLuint programId);
void setData(const GrGLProgramDataManager&,
bsalomon 2015/09/10 18:55:32 one line?
joshualitt 2015/09/10 20:08:06 Acknowledged.
- const GrPrimitiveProcessor&,
- const GrBatchTracker&) override;
+ const GrPrimitiveProcessor&) override;
void setTransformData(const GrPrimitiveProcessor&,
const GrGLPathProgramDataManager&,

Powered by Google App Engine
This is Rietveld 408576698