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

Unified Diff: src/gpu/GrDefaultPathRenderer.h

Issue 961813002: Some small code tidying (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 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/GrDefaultPathRenderer.h
diff --git a/src/gpu/GrDefaultPathRenderer.h b/src/gpu/GrDefaultPathRenderer.h
index 5a805e5f7bc10d6cc14bba88c5ba5f660e0dce5d..11105cf63a9189a4b4ca9e7c0040debb43bfa790 100644
--- a/src/gpu/GrDefaultPathRenderer.h
+++ b/src/gpu/GrDefaultPathRenderer.h
@@ -55,16 +55,6 @@ private:
const SkStrokeRec&,
bool stencilOnly);
- bool createGeom(GrDrawTarget*,
- GrPipelineBuilder*,
- GrPrimitiveType*,
- int* vertexCnt,
- int* indexCnt,
- GrDrawTarget::AutoReleaseGeometry*,
- const SkPath&,
- const SkStrokeRec&,
- SkScalar srcSpaceTol);
-
bool fSeparateStencil;
bool fStencilWrapOps;
« no previous file with comments | « src/gpu/GrClipMaskManager.cpp ('k') | src/gpu/GrDrawTarget.h » ('j') | src/gpu/GrDrawTarget.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698