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

Unified Diff: src/gpu/GrStrokeRectBatch.h

Issue 1275083002: Don't pass pipeline to GrBatch::generateGeometry() (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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 | « src/gpu/GrRectBatch.cpp ('k') | src/gpu/GrStrokeRectBatch.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrStrokeRectBatch.h
diff --git a/src/gpu/GrStrokeRectBatch.h b/src/gpu/GrStrokeRectBatch.h
index f5dfacb1d594f7e86c342bc24aa3755a80a49e30..cfd9949442d96429e05cde83d0d33c321516048c 100644
--- a/src/gpu/GrStrokeRectBatch.h
+++ b/src/gpu/GrStrokeRectBatch.h
@@ -38,7 +38,7 @@ public:
void initBatchTracker(const GrPipelineInfo& init) override;
- void generateGeometry(GrBatchTarget* batchTarget, const GrPipeline* pipeline) override;
+ void generateGeometry(GrBatchTarget* batchTarget) override;
private:
GrStrokeRectBatch(const Geometry& geometry, bool snapToPixelCenters);
« no previous file with comments | « src/gpu/GrRectBatch.cpp ('k') | src/gpu/GrStrokeRectBatch.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698