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

Unified Diff: src/gpu/GrPathRenderer.h

Issue 1311673014: Remove GrAddPathRenderers_default (Closed) Base URL: https://skia.googlesource.com/skia.git@master
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
« no previous file with comments | « src/gpu/GrDefaultPathRenderer.cpp ('k') | src/gpu/GrPathRendererChain.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrPathRenderer.h
diff --git a/src/gpu/GrPathRenderer.h b/src/gpu/GrPathRenderer.h
index 50cf7483029e13f72bae86b29a5fd091edce3f36..2390ba0f97058ac96faa916ddce6abc085828a4a 100644
--- a/src/gpu/GrPathRenderer.h
+++ b/src/gpu/GrPathRenderer.h
@@ -30,20 +30,6 @@ struct GrPoint;
*/
class SK_API GrPathRenderer : public SkRefCnt {
public:
-
-
- /**
- * This is called to install custom path renderers in every GrContext at create time. The
- * default implementation in GrCreatePathRenderer_none.cpp does not add any additional
- * renderers. Link against another implementation to install your own. The first added is the
- * most preferred path renderer, second is second most preferred, etc.
- *
- * @param context the context that will use the path renderer
- * @param prChain the chain to add path renderers to.
- */
- static void AddPathRenderers(GrContext* context, GrPathRendererChain* prChain);
-
-
GrPathRenderer();
/**
« no previous file with comments | « src/gpu/GrDefaultPathRenderer.cpp ('k') | src/gpu/GrPathRendererChain.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698